From c3fe5bd6d7a1de7099d250fce8d82100a7a9855e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:34:33 +0900 Subject: [PATCH] =?UTF-8?q?feat(frontend/reactions):=20=E3=83=AA=E3=82=A2?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E3=83=9F=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=A7=E9=80=9A=E7=9F=A5=E3=81=8B=E3=82=89?= =?UTF-8?q?=E3=82=82=E3=83=9F=E3=83=A5=E3=83=BC=E3=83=88=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(MisskeyIO#771)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/MkNotifications.vue | 5 +++-- .../frontend/src/components/MkPagination.vue | 7 +++++++ .../src/scripts/filter-muted-notification.ts | 16 ++++++++++++++++ packages/frontend/src/ui/_common_/common.vue | 3 +++ 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 packages/frontend/src/scripts/filter-muted-notification.ts diff --git a/packages/frontend/src/components/MkNotifications.vue b/packages/frontend/src/components/MkNotifications.vue index 2dd6c21ef6..1bbfc2f4f7 100755 --- a/packages/frontend/src/components/MkNotifications.vue +++ b/packages/frontend/src/components/MkNotifications.vue @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only