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 @@ - - - + + + @@ -13,12 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only - - - - - - + @@ -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 + */ - - - - - - - - - - - - - - - -DEV BUILD - -{{ i18n.ts.loggedInAsBot }} - - - - - - - - -