From 158600d799805e90040e52966e5d7badf065e9d6 Mon Sep 17 00:00:00 2001 From: hijiki Date: Sat, 19 Oct 2024 00:57:39 +0900 Subject: [PATCH] u --- packages/frontend/src/pages/about.vue | 28 +- packages/frontend/src/ui/_common_/common.vue | 406 ++++++------------- 2 files changed, 131 insertions(+), 303 deletions(-) diff --git a/packages/frontend/src/pages/about.vue b/packages/frontend/src/pages/about.vue index f35cbe8d5a..1ae11a53c2 100644 --- a/packages/frontend/src/pages/about.vue +++ b/packages/frontend/src/pages/about.vue @@ -1,11 +1,8 @@ - - @@ -32,8 +24,6 @@ import MkHorizontalSwipe from '@/components/MkHorizontalSwipe.vue'; const XOverview = defineAsyncComponent(() => import('@/pages/about.overview.vue')); const XEmojis = defineAsyncComponent(() => import('@/pages/about.emojis.vue')); -const XFederation = defineAsyncComponent(() => import('@/pages/about.federation.vue')); -const MkInstanceStats = defineAsyncComponent(() => import('@/components/MkInstanceStats.vue')); const props = withDefaults(defineProps<{ initialTab?: string; @@ -58,15 +48,7 @@ const headerTabs = computed(() => [{ key: 'emojis', title: i18n.ts.customEmojis, icon: 'ph-smiley ph-bold ph-lg', -}, { - key: 'federation', - title: i18n.ts.federation, - icon: 'ti ti-whirl', -}, { - key: 'charts', - title: i18n.ts.charts, - icon: 'ti ti-chart-line', -}]); +}]); // 連携とチャートを削除 definePageMetadata(() => ({ title: i18n.ts.instanceInfo, diff --git a/packages/frontend/src/ui/_common_/common.vue b/packages/frontend/src/ui/_common_/common.vue index 442b6479dd..56c280590d 100644 --- a/packages/frontend/src/ui/_common_/common.vue +++ b/packages/frontend/src/ui/_common_/common.vue @@ -1,288 +1,134 @@ - +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ - - - - - - -