From 7bcc254fd432d13d654bc299a10ab75c51908bde 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: Sat, 28 Dec 2024 14:56:37 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E6=94=AF=E6=8F=B4=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8C=E3=83=87=E3=83=83=E3=82=AD?= =?UTF-8?q?UI=E3=81=A7=E6=AD=A3=E5=B8=B8=E3=81=AB=E5=8B=95=E4=BD=9C?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(MisskeyIO#861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + kawaiiモードのメニュー追加 MSKY-1 --- .../src/components/MkVisitorDashboard.vue | 3 ++- packages/frontend/src/navbar.ts | 15 ++++++++++++++- packages/frontend/src/pages/about-misskey.vue | 6 ++++-- packages/frontend/src/pages/about.vue | 5 +++-- packages/frontend/src/ui/_common_/navbar.vue | 3 ++- 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/packages/frontend/src/components/MkVisitorDashboard.vue b/packages/frontend/src/components/MkVisitorDashboard.vue index 6a19f8abc..1bf53fc80 100644 --- a/packages/frontend/src/components/MkVisitorDashboard.vue +++ b/packages/frontend/src/components/MkVisitorDashboard.vue @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only