From f5f8630812ed8bcaffd731951430f95d011f7a90 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Wed, 9 Aug 2023 16:38:55 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20=E6=96=B0=E3=81=97?= =?UTF-8?q?=E3=81=84=E9=80=9A=E5=A0=B1=E3=81=8C=E3=81=82=E3=82=8B=E5=A0=B4?= =?UTF-8?q?=E5=90=88=E3=80=81=E3=83=8A=E3=83=93=E3=82=B2=E3=83=BC=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=83=90=E3=83=BC=E3=81=AE=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=83=AD=E3=83=BC=E3=83=AB=E3=83=91=E3=83=8D=E3=83=AB?= =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=81=A8=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=83=AD=E3=83=BC=E3=83=AB=E3=83=91=E3=83=8D=E3=83=AB?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E9=80=9A=E5=A0=B1=E3=82=BB?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AB=E7=82=B9=E3=81=8C?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 1 + packages/frontend/src/components/MkSuperMenu.vue | 15 +++++++++++++++ packages/frontend/src/pages/admin/index.vue | 3 ++- .../src/ui/_common_/navbar-for-mobile.vue | 9 +++++++++ packages/frontend/src/ui/_common_/navbar.vue | 9 +++++++++ packages/frontend/src/ui/classic.sidebar.vue | 9 +++++++++ .../src/ui/friendly/navbar-for-mobile.vue | 9 +++++++++ packages/frontend/src/ui/friendly/navbar.vue | 9 +++++++++ 8 files changed, 63 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 6d42f69b8f..26f2a11f6f 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -34,6 +34,7 @@ ### Client - 이모티콘 피커의 검색 건수를 100개로 증가 (misskey-dev/misskey#11371) - about-misskey 페이지에서 클라이언트 버전을 누르면 변경 사항을 볼 수 있음 +- 새로운 신고가 있는 경우, 네비게이션 바의 제어판 아이콘과 제어판 페이지의 신고 섹션에 점을 표시 - Enhance: 제어판 - 신고 페이지의 버튼 가독성 향상 - Fix: (Friendly) 흐림 효과를 사용할 때 하단 내비게이션 바의 가독성이 매우 떨어지는 문제 - Fix: 움직임이 있는 MFM 설정을 사용하지 않아도 `$[rainbow ]`문자를 볼 수 있음 (misskey-dev/misskey#11361) diff --git a/packages/frontend/src/components/MkSuperMenu.vue b/packages/frontend/src/components/MkSuperMenu.vue index 8d1cd42d11..bfb832a5c8 100644 --- a/packages/frontend/src/components/MkSuperMenu.vue +++ b/packages/frontend/src/components/MkSuperMenu.vue @@ -13,14 +13,17 @@ SPDX-License-Identifier: AGPL-3.0-only {{ item.text }} + {{ item.text }} + @@ -90,6 +93,13 @@ defineProps<{ flex-shrink: 1; } + > .itemIndicator { + position: absolute; + left: 1px; + color: var(--navIndicator); + font-size: 8px; + animation: blink 1s infinite; + } } } } @@ -149,6 +159,11 @@ defineProps<{ width: 100%; font-size: 0.8em; } + + > .itemIndicator { + left: 15px; + font-size: 0.8em; + } } } } diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue index 67e1e099a9..aec90bbcd7 100644 --- a/packages/frontend/src/pages/admin/index.vue +++ b/packages/frontend/src/pages/admin/index.vue @@ -28,7 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only