syuilo
67414e0181
perf(frontend): soundConfigStore を defaultStore に統合しAPIリクエストを削減
2023-11-04 10:09:21 +09:00
mattyatea
cb1005811d
Merge remote-tracking branch 'misskey-original/develop' into develop
...
# Conflicts:
# locales/en-US.yml
# locales/index.d.ts
# locales/ja-JP.yml
# package.json
# packages/backend/src/server/api/endpoints/notes/create.ts
# packages/frontend/src/components/MkDrive.file.vue
# packages/frontend/src/components/MkNote.vue
# packages/frontend/src/components/MkNoteHeader.vue
# packages/frontend/src/components/MkPostForm.vue
# packages/frontend/src/components/MkReactionsViewer.reaction.vue
# packages/frontend/src/components/MkUserSetupDialog.vue
# packages/frontend/src/pages/timeline.tutorial.vue
# packages/frontend/src/pages/timeline.vue
# packages/misskey-js/etc/misskey-js.api.md
2023-11-04 01:24:44 +09:00
かっこかり
24e629ca5c
enhance: 初期設定とチュートリアルを統合 ( #12141 )
...
* better onboarding experience
* enhance: iroiro
* (add) title
* (enhance) 戻る・次へボタンを全ページでstickyに
* fix merging
* (add) iroiro
* remove unnecessary file
* Update CHANGELOG.md
* tweak texts
* (fix) reactionViewer mock
* change strings
* Update MkTutorialDialog.Note.vue
* Update ja-JP.yml
* (fix) reactionViewer error
* (fix) path
* refactor
* fix
* Update MkPostForm.vue
* Update ja-JP.yml
* Update ja-JP.yml
* tweak text
* Update ja-JP.yml
* Update ja-JP.yml
* Update ja-JP.yml
* (add) achivement
* (add) もう一度見れますよメッセージを追加
* Revert "feat: レジストリAPIをサードパーティから利用可能に (#12229 )"
This reverts commit 79346272f8
.
* Revert "(add) もう一度見れますよメッセージを追加"
This reverts commit 6123b35215
.
* Revert "Revert "feat: レジストリAPIをサードパーティから利用可能に (#12229 )""
This reverts commit bae684e484
.
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-03 15:35:07 +09:00
mattyatea
10d38335f2
Merge remote-tracking branch 'misskey-original/develop' into develop
...
# Conflicts:
# package.json
# packages/backend/src/server/api/EndpointsModule.ts
# packages/frontend/src/pages/settings/general.vue
2023-11-02 16:07:27 +09:00
syuilo
f62ad3ed3e
feat: notification grouping
...
Resolve #12211
2023-11-02 15:57:55 +09:00
mattyatea
c2208fb1c5
インジケーターとか
2023-11-02 14:32:07 +09:00
mattyatea
3e170ad628
version fix
2023-10-31 22:14:00 +09:00
mattyatea
9199a493f1
Merge remote-tracking branch 'misskey-original/develop' into develop
...
# Conflicts:
# locales/index.d.ts
# locales/ja-JP.yml
# package.json
# packages/backend/src/core/RoleService.ts
# packages/backend/src/server/api/endpoints/notes/create.ts
# packages/frontend/src/components/MkTimeline.vue
# packages/frontend/src/const.ts
# packages/frontend/src/pages/admin/roles.editor.vue
# packages/frontend/src/pages/settings/general.vue
# packages/frontend/src/pages/timeline.vue
# packages/frontend/src/store.ts
# packages/frontend/src/ui/_common_/stream-indicator.vue
# packages/frontend/src/ui/universal.vue
2023-10-30 18:33:03 +09:00
_
c239058624
feat(frontend): スワイプやボタンでタイムラインを再読込する機能 ( #12113 )
...
* pc reloading
* add: disable TL websocket option
* fix: stream disconnect when reload
* add: pull to refresh
* fix: pull to refresh
* add changelog
* fact: change to disableStreamingTimeline
* lint
* remove: en-US text
* refactor
* refactor
* add license identifier
* tweak
* Update MkPullToRefresh.vue
* Update MkPullToRefresh.vue
* change name timeoutHeartBeat
* tweak
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-30 09:12:20 +09:00
mattyatea
cf14d90f50
Merge remote-tracking branch 'misskey-original/develop' into develop
...
# Conflicts:
# package.json
# packages/frontend/src/components/MkPostForm.vue
# packages/frontend/src/ui/_common_/navbar.vue
2023-10-22 19:47:55 +09:00
syuilo
18fb7a2080
enhance(frontend): アイコンのデコレーションを非表示にできるように
2023-10-22 16:05:32 +09:00
Nafu Satsuki
4d00155a42
feat: ワードミュートに該当したノートを非表示にできるように
2023-10-19 19:15:53 +09:00
mattyatea
1b558e7243
Feat: グローバルタイムラインの表示非表示を
2023-10-19 02:17:16 +09:00
mattyatea
eacb74cb44
Merge remote-tracking branch 'misskey-original/develop' into develop
...
# Conflicts:
# locales/index.d.ts
# locales/ja-JP.yml
# package.json
# packages/backend/src/core/entities/NoteEntityService.ts
# packages/backend/src/models/Note.ts
# packages/backend/src/server/api/endpoints/roles/notes.ts
# packages/backend/src/server/api/stream/channels/global-timeline.ts
# packages/backend/src/server/api/stream/channels/home-timeline.ts
# packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
# packages/backend/src/server/api/stream/channels/local-timeline.ts
# packages/frontend/src/components/MkFollowButton.vue
# packages/frontend/src/pages/settings/general.vue
# packages/frontend/src/pages/timeline.vue
# packages/frontend/src/pages/user/home.vue
# packages/frontend/src/store.ts
2023-10-18 21:22:51 +09:00
anatawa12
5a3c6575dd
新規にフォローした人のwithRepliesをtrueにする機能を追加 ( #12048 )
...
* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe6
* Revert "feat: update defaultWithReplies from API"
This reverts commit 95e3cee6
* Revert "feat: add defaultWithReplies to MiUser"
This reverts commit 9f5ab14d70
.
* feat: configuring withReplies in import-following
* feat(frontend): configure withReplies
* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown
* fix(backend): withReplies of following/create not working
* fix(frontend): importFollowing error
* fix: withReplies is not working with follow import
* fix(frontend): use v-model
* style: fix lint
---------
Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 20:56:17 +09:00
syuilo
096fa16c4c
enhance(frontend): TLの返信表示オプションを記憶するように
...
Resolve #12016
2023-10-13 16:49:56 +09:00
mattyatea
120efff6c1
difk
2023-10-13 07:26:27 +09:00
mattyatea
40469aa0ce
逆張りモードの実装
2023-10-12 18:02:55 +09:00
mattyatea
271d3483b2
bug fix
2023-10-08 00:25:33 +09:00
mattyatea
abb79a0b36
ユーザーのページでノートを表示するかハイライトを表示するか決められるようにした
2023-10-07 10:40:08 +09:00
mattyatea
560482315b
Merge remote-tracking branch 'misskey-original/develop' into timeline-toka
...
# Conflicts:
# locales/index.d.ts
# locales/ja-JP.yml
# package.json
# packages/backend/src/server/api/endpoints/admin/emoji/add.ts
# packages/backend/src/server/api/stream/channels/global-timeline.ts
# packages/backend/src/server/api/stream/channels/home-timeline.ts
# packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
# packages/backend/src/server/api/stream/channels/local-timeline.ts
# packages/frontend/src/components/MkNote.vue
# packages/frontend/src/components/MkPostForm.vue
# packages/frontend/src/pages/timeline.vue
# pnpm-lock.yaml
2023-10-07 04:15:59 +09:00
syuilo
6277a5545c
feat: improve tl performance ( #11946 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip
2023-10-03 20:26:11 +09:00
mattyatea
ac1367a0b9
TLの絞り込み保存できるようにした
2023-09-30 19:02:17 +09:00
mattyatea
81f56f08b7
Merge remote-tracking branch 'misskey-dev/develop' into prismisskey
...
# Conflicts:
# packages/backend/src/server/api/stream/channels/global-timeline.ts
# packages/backend/src/server/api/stream/channels/home-timeline.ts
# packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
# packages/backend/src/server/api/stream/channels/local-timeline.ts
# packages/frontend/src/pages/settings/general.vue
# packages/frontend/src/pages/timeline.vue
# packages/frontend/src/ui/deck/deck-store.ts
2023-09-28 16:11:39 +09:00
syuilo
eb740e2c72
enhance: タイムラインからRenoteを除外するオプションを追加
2023-09-28 11:41:41 +09:00
mattyatea
90028a96b6
公開範囲に色付け(localonly) コミット忘れ
2023-09-26 10:55:42 +09:00
mattyatea
b8c4c09e59
公開範囲、見やすく。
2023-09-25 21:12:22 +09:00
mattyatea
235df532ef
navbarにキャッシュクリア
2023-09-25 02:07:30 +09:00
mattyatea
9fe170a488
gaming lighting speed change
2023-09-25 02:02:33 +09:00
mattyatea
473355a5d9
fix
2023-09-23 19:10:51 +09:00
mattyatea
aec6bccbdf
Merge remote-tracking branch 'misskey-dev/develop' into rainbow
...
# Conflicts:
# package.json
# packages/frontend/src/components/MkMenu.vue
2023-09-23 15:48:34 +09:00
かっこかり
1924bd20bb
enhance(frontend): プラグインのソースコードを確認・コピーできるように ( #11873 )
...
* (add) plugin: view and copy source code
* (fix) plugin permission ui
* Update Changelog
2023-09-23 09:08:14 +09:00
mattyatea
a63bef2d8f
Merge remote-tracking branch 'misskey-dev/develop' into prismisskey
...
# Conflicts:
# package.json
# packages/frontend/src/pages/settings/general.vue
2023-09-22 20:03:34 +09:00
かっこかり
7dc9fe4e24
feat(frontend): センシティブなメディアを目立たせる設定を追加 ( #11851 )
...
* (add) highlight sensitive image
* Update Changelog
* (change) 設定の位置
* (add) apply mediaHighlight to video
* (change) image -> media
* Update CHANGELOG
* やっぱもうちょっと太い方がいい
* (fix) style
* Update ja-JP.yml
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-09-22 16:03:10 +09:00
syuilo
eca8c7a52f
tweak ui
2023-09-22 10:01:34 +09:00
mattyatea
f05f911916
feat: メディアタイムライン実装
2023-09-21 17:31:23 +09:00
mattyatea
bbd5282dc6
feat: ゲーミングモード実装
2023-09-21 16:39:18 +09:00
mattyatea
d9db4449b4
Merge remote-tracking branch 'misskey-dev/develop' into prismisskey
...
# Conflicts:
# CHANGELOG.md
# package.json
# packages/frontend/src/components/MkInstanceTicker.vue
# packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts
# packages/frontend/src/pages/about.vue
# packages/frontend/src/pages/settings/theme.vue
# packages/frontend/src/pages/timeline.vue
# packages/frontend/src/ui/_common_/navbar-for-mobile.vue
# packages/frontend/src/ui/_common_/navbar.vue
# packages/frontend/src/ui/universal.vue
# packages/frontend/src/widgets/WidgetInstanceInfo.vue
2023-09-21 00:20:12 +09:00
syuilo
bb460a1785
feat(frontend): スリープ無効化機能
...
Resolve #11853
2023-09-20 10:02:39 +09:00
mattyatea
ded8135d36
feat: prismisskey用にicon変更などなど
2023-09-20 09:48:52 +09:00
mattyatea
4979c5180c
feat: prismisskey用にicon変更する
2023-09-20 09:25:19 +09:00
mattyatea
b853625500
Merge remote-tracking branch 'prismisskey/develop' into prismisskey
2023-09-20 09:05:40 +09:00
mattyatea
bec8237cb3
feat: prismisskey用に背景画像などを変更する
2023-09-20 09:02:50 +09:00
syuilo
b0f6c44f36
refactor(frontend): use ESM
2023-09-19 16:37:43 +09:00
syuilo
299c9c4118
feat(frontend): 任意のユーザーリストをタイムラインページにピン留めできるように
2023-09-19 10:58:42 +09:00
mattyatea
62b70f85f0
なんかもう色々変えた
2023-09-18 21:47:39 +09:00
mattyatea
368afeba34
feat: データセーバー強化(したかった)
2023-09-18 08:24:40 +09:00
syuilo
295665a177
enhance(frontend): リアクションの表示サイズをより大きくできるように
2023-09-10 17:16:50 +09:00
syuilo
1f7a81aae7
update deps ( #11764 )
...
* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
2023-09-04 13:33:38 +09:00
anatawa12
5758ea463a
プレビューの表示状態を記憶するように ( #11346 )
...
* feat: keep show showPreview
* docs(changelog): add プレビューの表示した状態ををダイアログを閉じても保存するように
* chore: 記憶する領域をdeviceに
2023-08-21 18:52:20 +09:00
Shun Sakai
c2370a1be6
chore: 著作権とライセンスについての情報を各ファイルに追加する ( #11348 )
...
* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 14:31:52 +09:00
syuilo
15450b18e8
[ci skip] make enableCondensedLineForAcct false by default
...
for performance
2023-06-01 19:50:51 +09:00
syuilo
cd82748889
enhance(frontend): 追加の絵文字用辞書をダウンロードできるように
...
Resolve #10921
2023-06-01 17:10:53 +09:00
syuilo
3804c6e7ad
feat: センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
2023-05-19 09:43:38 +09:00
syuilo
d10d5a8d53
enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように
...
Resolve #10646
2023-05-16 12:16:37 +09:00
yupix
f15f60d5b9
feat: 開発者モードを追加
2023-05-14 01:30:46 +00:00
syuilo
85a4c8dbb1
feat(frontend): アカウント初期設定ウィザード ( #10799 )
...
* wip
* 🎨
* 🎨
* wip
* wip
* 🎨
* Update CHANGELOG.md
* wip
* Update MkUserSetupDialog.vue
* add stories
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update stories
* Update MkUserSetupDialog.Follow.stories.impl.ts
* test: load mock user account
* ✌️
* ✌️
* test: reset on each render
* test: use id to identify
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-05-08 17:29:19 +09:00
syuilo
febb9f388c
enhance(frontend): make MkCondensedLine experimental
2023-05-05 08:34:05 +09:00
syuilo
e1f9ab77f8
feat: Server rules ( #10660 )
...
* enhance(frontend): サーバールールのデザイン調整
* enhance(frontend): i18n
* enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動
* enhance(frontend): サーバールールのデザイン調整
* Update CHANGELOG.md
* 不要な差分を削除
* fix(frontend): lint
* ui tweak
* test: add stories
* tweak
* test: bind args
* test: add interaction tests
* fix bug
* Update packages/frontend/src/pages/admin/server-rules.vue
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Update misskey-js.api.md
* chore: windowを明示
* 🎨
* refactor
* 🎨
* 🎨
* fix e2e test
* 🎨
* 🎨
* fix icon
* fix e2e
---------
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-19 21:24:31 +09:00
syuilo
614f12386e
feat(frontend): 通知の表示をカスタマイズできるように
2023-04-17 13:12:58 +09:00
tamaina
15761a0fa8
enhance(client): 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする ( #10452 )
...
* ✌️
* fix
* ✌️
* 422px上限
* 334
* min-height: 130px
* 64px
* fix
* wip
* ✌️
* fix
* max-height: none
* MkImgWithBlurHashでratioを計算する
* wip
* fix
* fix?
* Revert "fix?"
This reverts commit e39d832dd1
.
* Revert "fix"
This reverts commit 15be36ba55
.
* Revert "wip"
This reverts commit af7d86f69d
.
* fix
* Revert "Revert "wip""
This reverts commit bb0036ae22
.
* Revert "Revert "fix""
This reverts commit c1d94a45c5
.
* Revert "Revert "fix?""
This reverts commit 9cb4fbfd96
.
* fix
* use clamp
* readable
* add 1:1, 3:4
* moveComment
* 3:4 → 2:3
* fix
* default
* fallback
* Revert "fallback"
This reverts commit 741717dd49
.
* Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように
#10626
2023-04-15 21:35:19 +09:00
かっこかり
bcbf06ac8c
feat(client): データセーバーモードの追加 ( #10478 )
...
* change nsfw settings
* Update CHANGELOG.md
* (fix) eliminate warning message when manually hide
* Apply suggestions from code review
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* (change) translation key
* revert nsfw settings (partial)
* (add) data saver setting
* Integrate MkMediaBlurhash and MkImgWithBlurhash
* Update CHANGELOG.md
* 🎨
* リモートのファイルでsizeが0の場合は表示しない, refを作らない
* fix
* かっこ
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-15 15:29:57 +09:00
tamaina
0db88a5a3b
refactor: サウンド関連の設定をpizzaxに移行 ( #8105 )
...
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* backend/src/web/index.ts
* notification-badges
* add scripts
* change create-notification.ts
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* refactor
* キャッシュ対策
* Truncate push notification message
* fix
* wip
* clean up
* migration
* migration
* comment
* move soundConfigStore
* ✌️
* clean up
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* remove reversi setting
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* pollEnded
* URLをsw.jsに戻す
* clean up
* clean up
* update sounds.vue
* update
* fix type
* ✌️
* ;v;
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-12 10:39:57 +09:00
syuilo
29c9a7d71a
enhance(frontend): 常に広告を見られるオプションを追加
2023-04-10 10:22:25 +09:00
tamaina
6798effbab
enhance(client): 投稿フォームをちょっといい感じに ( #10442 )
...
* .formラッパーを削除
* fix type of MkPostFormAttaches
* 🚀
* 🎨
* 🎨
* 🎨
* 🎨
* specifiedの時は連合なしをdisabledに
* ✌️
* set select default
* gap: 2px (max-width: 500px) / 4px
* wip
* ✌️
* 🎨
* fix maxTextLength
* 今後表示しない
* 🎨
* cache channel
* 🎨
* 連合なしにする
* use i18n.ts.neverShow
* ✌️
* refactor
* fix indent
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-05 14:30:03 +09:00
syuilo
ffbe896f28
enhance(client): ノートのリアクションを大きく表示するオプションを追加
2023-03-30 12:49:23 +09:00
syuilo
5f52b13325
enhance(frontend): クリップボタンをノートアクションに追加できるように
2023-03-24 16:54:37 +09:00
タービン
42833cd921
Fix #10261 ( #10323 )
2023-03-15 10:44:24 +09:00
syuilo
dd6569a1bb
feat: Reaction acceptance ( #10256 )
...
* wip
* wip
* デフォルト設定
2023-03-08 08:56:47 +09:00
syuilo
60c1af674f
chore(client): tweak default sound setting
2023-03-07 09:51:37 +09:00
syuilo
3f507241ca
chore(client): tweak default value of numberOfPageCache
2023-03-04 17:19:18 +09:00
syuilo
dcd4d80869
enhance(client): improve channel ui
2023-03-04 10:34:54 +09:00
syuilo
5248395fc5
update sounds
2023-03-03 09:41:33 +09:00
KokiSakano
830fabef12
refactor: plugin.tsの型を修正する ( #10027 )
...
* refactor:plugin内のすべての関数にreturn typeを設定
* fix:pluginContextsから取得できない場合は早期リターンする
* fix:valueがstring以外の時は早期リターンする
* fix:valueが取得できる時以外は早期リターンする
* fix:pluginに型をつける
* fix:絞り込みをassertStringに変更
* fix:修正漏れ
* fix:valToJsからvalueを取得するように変更
2023-03-01 15:19:20 +09:00
syuilo
7c3a390763
enhance(client): ノートの操作部をホバー時のみ表示するオプション
2023-02-28 20:53:32 +09:00
Kagami Sascha Rosylight
63df2c851e
refactor: remove all unused imports ( #9951 )
...
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-02-16 23:09:41 +09:00
syuilo
e1d41063cd
enhance(client): make renote collapsing optional
...
Resolve #9891
2023-02-12 08:18:22 +09:00
syuilo
e73e56be8f
一部のMFM構文をopt-outに
2023-02-11 12:31:56 +09:00
syuilo
b0616b52ea
一部のMFM構文をopt-inに
...
あとMFMチートシートはMisskey Hubに移動
2023-02-11 11:31:18 +09:00
tamaina
9843c596d8
disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motionにする
...
Resolve #9821
Related to #6501
2023-02-06 11:29:48 +00:00
syuilo
88c3957085
enhance(client): hidden ads when canHideAds is true
2023-02-03 14:03:34 +09:00
tamaina
8a6f73c5ff
enhance: PizzaxデータをindexedDBに保存するように ( #9225 )
...
* Revert "Revert #8098"
This reverts commit 8b9dc962ae
.
* fix
* use deepClone instead of deepclone
* defaultStore.loaded
* fix load
* wait ready
* use top-level await, await in device-kind.ts
2023-02-02 16:43:56 +09:00
syuilo
cef448f0f2
tweak blur setting
2023-01-27 11:18:44 +09:00
Kagami Sascha Rosylight
1959cb462b
Default to `animation: false` when prefers-reduced-motion is set ( #9690 )
...
* Default to `animation: false` when prefers-reduced-motion is set
* `.matches`
2023-01-26 16:08:45 +09:00
syuilo
fe0bb21b37
enhance(client): make possible to hide ads
...
Resolve #9590
Resolve #8996
2023-01-16 11:21:04 +09:00
syuilo
d99be6697e
enhance(client): donation dialog
2023-01-07 11:49:00 +09:00
syuilo
91503405b4
refactor(client): typed localStorage
2023-01-07 10:13:02 +09:00
syuilo
e44f83fb9c
update AiScript to 0.12.0
2023-01-03 15:51:49 +09:00
tamaina
e3f2845cf8
enhance(client): Sync widgets ( #8512 )
...
* feature: sync widgets among devices
* fix
* nanka iroiro
* classic.widgets.vueの機能をuniversal.widgets.vueに統合
* 左右のウィジェット編集状態を同期するように
* 左右やカラム間でウィジェットを行き来できるように
* MkWidgetsをCSS Module化
* set min-height: 100px;
* fix deck widget
* Update packages/client/src/ui/deck/widgets-column.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* merge
* Update classic.vue
* Delete classic.widgets.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-12-27 14:55:11 +09:00
syuilo
9384f5399d
rename: client -> frontend
2022-12-27 14:36:33 +09:00