summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNotifications.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports (#12730)woxtu2023-12-211-3/+2
|
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* 通知グルーピング設定の即時反映対応 (#12485)おさむのひと2023-11-281-3/+3
| | | | | | | | | | | * wip * ログ出しの削除 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* Hard mute (#12376)anatawa122023-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | * feat(backend,misskey-js): hard mute storage in backend * fix(backend,misskey-js): mute word record type * chore(frontend): generalize XWordMute * feat(frontend): configure hard mute * feat(frontend): hard mute notes on the timelines * lint(backend,frontend): fix lint failure * chore(misskey-js): update api.md * fix(backend): test failure * chore(frontend): check word mute for reply * chore: limit hard mute count
* デッキのカラムからリロードできる機能を追加 (#12274)おさむのひと2023-11-101-0/+4
| | | | | | | | | | * デッキのカラムからリロードできる機能を追加 * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): improve pull to refreshsyuilo2023-11-021-17/+34
|
* feat: notification groupingsyuilo2023-11-021-2/+9
| | | | Resolve #12211
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: tweak MkNotificationssyuilo2023-10-201-1/+1
|
* feat: 通知の受信設定を強化syuilo2023-09-291-5/+4
|
* refactor(frontend): use ESMsyuilo2023-09-191-4/+4
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-091-1/+2
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* refactorsyuilo2023-05-191-2/+2
|
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-151-3/+3
| | | | #10838
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-33/+2
| | | | Resolve #10168
* refactorsyuilo2023-03-311-2/+2
|
* fix: ↵tamaina2023-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042) * wip * fix * create migration * oops * fix front const * changelog * fix type * fix * wip * Revert "wip" This reverts commit 6cdb3600e280be3550b8b6353b2c7930f7b31438. * enumのこす * fix --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-2/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): ↵syuilo2023-01-271-1/+1
| | | | | | フォロー申請・フォローのボタンが、通知から消えている問題を修正 Fix #9717
* enhahce(client): :art: 通知のノートサマリーを1行にする (#9625)tamaina2023-01-171-1/+1
| | | | | * :art: add nowrap to notification * :art: 通知のノートサマリーを1行にする
* refactor(client): use css modulessyuilo2023-01-141-3/+3
|
* refactorsyuilo2023-01-101-3/+3
|
* perf(client): use shallowRef instead of ref for template referencesyuilo2023-01-031-2/+2
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+104