summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNotification.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* handle "follow" notifs from deleted userdakkar2025-05-251-6/+11
| | | | the backend should not send these, but still, let's not explode
* merge upstream againHazelnoot2025-04-241-12/+1
|\
| * refactor(frontend): refactor stylessyuilo2025-04-171-12/+1
| |
* | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-131-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # locales/index.d.ts # package.json # packages/backend/src/models/json-schema/role.ts # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/pages/admin/roles.editor.vue # packages/frontend/src/pages/admin/roles.vue # packages/frontend/src/pages/settings/preferences.vue # packages/frontend/src/pages/settings/privacy.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pref-migrate.ts # packages/frontend/src/ui/_common_/common.vue # packages/frontend/src/ui/deck.vue # packages/frontend/src/ui/universal.vue # packages/misskey-js/src/autogen/types.ts
| * 🎨syuilo2025-04-071-0/+7
| | | | | | | | Fix #15753
* | fix import errors in MkNotification.vueHazelnoot2025-04-021-3/+3
| |
* | lint and type fixesHazelnoot2025-04-011-15/+14
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-251-0/+5
|\| | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/entities/NotificationEntityService.ts # packages/backend/src/types.ts # packages/frontend/src/pages/admin/modlog.ModLog.vue # packages/misskey-js/src/consts.ts # packages/misskey-js/src/entities.ts
| * enhance: チャットルームに招待されたときの通知を追加syuilo2025-03-251-0/+5
| |
* | merge upstreamHazelnoot2025-03-251-5/+17
|\|
| * refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-161-2/+2
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-2/+2
| |
| * feat: アクセストークン発行時に通知するように (#15422)lqvp2025-02-111-1/+13
| | | | | | | | | | | | | | | | | | * feat: アクセストークン発行時に通知するように (misskey-dev/misskey#13353) * fix: 不要な翻訳を削除/インデントを揃えるように * chore(backend): 不要なawaitを削除 * chore: changelogへ追加
* | prevent a `ReferenceError`dakkar2025-02-101-2/+2
| | | | | | | | | | | | | | | | | | before, we got: > ReferenceError: can't access lexical declaration 'followRequestDone' > before initialization (of course in non-dev mode, `followRequestDone` had a different name)
* | show a "follow back" button on "user followed you" and "received follow ↵Hazelnoot2025-02-051-3/+40
| | | | | | | | request" notifications
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-2/+17
|\ \
| * | upd: add notification for when scheduled note gets postedMarie2024-12-091-1/+10
| | |
| * | upd: add notification for failures, add reasons for failure, apply suggestionsMarie2024-12-091-1/+7
| | |
* | | probably fix most renamed CSS variablesdakkar2024-11-081-4/+4
| | |
* | | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-8/+19
|\ \ \ | |/ / |/| / | |/
| * perf(frontend): improve notification rendering performancesyuilo2024-10-141-0/+2
| |
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-5/+5
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
| * enhance(backend): notify new login (#14673)syuilo2024-10-031-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * fix * Update index.d.ts * Update SigninService.ts * Update MkNotification.vue
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-4/+46
|\|
| * feat: ↵syuilo2024-09-281-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | フォローされた際のメッセージを設定できるようにする (#14430) * feat: フォローされた際のメッセージを設定できるようにする Resolve #14425 * Update CHANGELOG.md * 既にフォローしているユーザーのメッセージも見れるように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix indent * Update users.ts * wip * Update users.ts --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
| * feat: エクスポート完了時に通知を発行するように (#14484)かっこかり2024-09-261-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
| * fix(frontend): 絵文字関連のスタイルが崩れているのを修正 ↵かっこかり2024-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14559) * fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725) (cherry picked from commit 00fd684a7b382aaeb3355a1c80dc24078a5caa61) * Update Changelog * :v: --------- Co-authored-by: Yuuki <yukikum57@gmail.com>
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-6/+6
|\|
| * fix(frontend): フォーカスの挙動を修正 (#14158)かっこかり2024-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): 直前のパターンを記録するように * fix(frontend): フォーカス/タブ移動に関する挙動を調整 (#226) Cherry-pick commit e8c030673326871edf3623cf2b8675d68f9e1b13 Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> * focusのデザイン修正 * move scripts * Modalにfocus trapを追加 * 記録するホットキーはレートリミット式にする * escキーのハンドリングをMkModalに統一 * fix * enterで子メニューを開けるように * lint * fix focus trap * improve switch accessibility * 一部のmodalのフォーカストラップが外れない問題を修正 * fix * fix * Revert "記録するホットキーはレートリミット式にする" This reverts commit 40a7509286a87911ad4cc06d9482e8a2e5d0e7e8. * Revert "fix(frontend): 直前のパターンを記録するように" This reverts commit 5372b2594023952cff34aa62253ed4efef15b5dd. * Revert "Revert "fix(frontend): 直前のパターンを記録するように"" This reverts commit a9bb52e799e110927ad92cd8f26af980819334e1. * Revert "Revert "記録するホットキーはレートリミット式にする"" This reverts commit bdac34273e0bc5f13604c7e2f9fa6b1321a0df3d. * 試験的にCypressでのFocustrapを無効化 * fix * fix focus-trap * Update Changelog * :v: * fix focustrap invocation logic * スクロールがsticky headerを考慮するように * :art: * スタイルの微調整 * :art: * remove deprecated key aliases * focusElementが足りなかったので修正 * preview系にfocus時スタイルが足りなかったので修正 * `returnFocusElement` -> `returnFocusTo` * lint * Update packages/frontend/src/components/MkModalWindow.vue * Apply suggestions from code review Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * keydownイベントをまとめる * use correct pesudo-element selector * fix * rename --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * Fix type checking (#14052)woxtu2024-06-211-5/+5
| |
* | replaced a bunch of ti-*dakkar2024-06-221-4/+4
| |
* | replaced ti-arrow-back-up ti-quote ti-senddakkar2024-06-221-8/+8
| |
* | replaced ti-rocket ti-repeat ti-repeat-offdakkar2024-06-221-2/+2
| |
* | replaced ti-xdakkar2024-06-221-1/+1
| |
* | replaced ti-clockdakkar2024-06-221-1/+1
| |
* | replaced ti-checkdakkar2024-06-221-2/+2
| |
* | replaced ti-plusdakkar2024-06-221-1/+1
| |
* | Merge branch 'develop' into future-2024-05-31dakkar2024-06-131-8/+8
|\ \
| * | better block display for `<bdi>` elementsdakkar2024-06-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* | | Merge remote-tracking branch 'misskey/release/2024.5.0' into ↵dakkar2024-05-111-3/+8
|\ \ \ | | |/ | |/| | | | future-2024-04-25-post
| * | fix(frontend): グループ通知の人数をちゃんと数えるように ↵かっこかり2024-04-271-3/+8
| | | | | | | | | | | | | | | | | | | | | (#13751) * fix(frontend): グループ通知の人数をちゃんと数えるように * Update Changelog
* | | Merge remote-tracking branch 'misskey/develop' into futuredakkar2024-03-071-10/+17
|\| | | |/ |/|
| * enhance(frontend): リアクションの総数を表示するように (#13532)かっこかり2024-03-061-10/+17
| | | | | | | | | | | | | | * enhance(frontend): リアクションの総数を表示するように * Update Changelog * リアクション選択済の色をaccentに
* | Note Edited notification typeMarie2024-02-201-2/+11
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: upstreamMarie2024-02-031-14/+24
|\|