-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ i18n.tsx.recentNHours({ n: 90 }) }}
-
-
{{ i18n.tsx.recentNDays({ n: 90 }) }}
-
-
+
+ {{ i18n.ts.description }}
+ {{ instance.description }}
+
+
+
+ Moderation
+
+
+
+ {{ i18n.ts._delivery.status }}
+
+
+ {{ i18n.ts._delivery._type[suspensionState] }}
+
+
+ {{ i18n.ts._delivery.stop }}
+ {{ i18n.ts._delivery.resume }}
+ {{ i18n.ts.blockThisInstance }}
+ {{ i18n.ts.silenceThisInstance }}
+ {{ i18n.ts.mediaSilenceThisInstance }}
+ Refresh metadata
+
+ {{ i18n.ts.moderationNote }}
+ {{ i18n.ts.moderationNoteDescription }}
+
+
+
+
+
+
+ {{ i18n.ts.registeredAt }}
+
+
+
+ {{ i18n.ts.updatedAt }}
+
+
+
+ {{ i18n.ts.latestRequestReceivedAt }}
+ N/A
+
+
+
+
+
+ Following (Pub)
+ {{ number(instance.followingCount) }}
+
+
+ Followers (Sub)
+ {{ number(instance.followersCount) }}
+
+
+
+
+ Well-known resources
+ host-meta
+ host-meta.json
+ nodeinfo
+ robots.txt
+ manifest.json
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ i18n.tsx.recentNHours({ n: 90 }) }}
+
+
{{ i18n.tsx.recentNDays({ n: 90 }) }}
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -153,7 +151,6 @@ import { definePage } from '@/page.js';
import { i18n } from '@/i18n.js';
import MkUserCardMini from '@/components/MkUserCardMini.vue';
import MkPagination from '@/components/MkPagination.vue';
-import MkSwiper from '@/components/MkSwiper.vue';
import { getProxiedImageUrlNullable } from '@/utility/media-proxy.js';
import { dateString } from '@/filters/date.js';
import MkTextarea from '@/components/MkTextarea.vue';
diff --git a/packages/frontend/src/pages/my-clips/index.vue b/packages/frontend/src/pages/my-clips/index.vue
index 5b9b3af90b..624ce3ac3f 100644
--- a/packages/frontend/src/pages/my-clips/index.vue
+++ b/packages/frontend/src/pages/my-clips/index.vue
@@ -4,20 +4,18 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+
-
-
-
{{ i18n.ts.add }}
+
+ {{ i18n.ts.add }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -33,7 +31,6 @@ import { misskeyApi } from '@/utility/misskey-api.js';
import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
import { clipsCache } from '@/cache.js';
-import MkSwiper from '@/components/MkSwiper.vue';
const pagination = {
endpoint: 'clips/list' as const,
diff --git a/packages/frontend/src/pages/notifications.vue b/packages/frontend/src/pages/notifications.vue
index 8524f30595..bf21ac5a08 100644
--- a/packages/frontend/src/pages/notifications.vue
+++ b/packages/frontend/src/pages/notifications.vue
@@ -4,19 +4,17 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -26,7 +24,6 @@ import { computed, ref } from 'vue';
import { notificationTypes } from '@@/js/const.js';
import XNotifications from '@/components/MkNotifications.vue';
import MkNotes from '@/components/MkNotes.vue';
-import MkSwiper from '@/components/MkSwiper.vue';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
diff --git a/packages/frontend/src/pages/pages.vue b/packages/frontend/src/pages/pages.vue
index d412bad616..c727238a55 100644
--- a/packages/frontend/src/pages/pages.vue
+++ b/packages/frontend/src/pages/pages.vue
@@ -4,34 +4,32 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+
-
-
+
-
+
-
-
+
@@ -41,7 +39,6 @@ import { computed, ref } from 'vue';
import MkPagePreview from '@/components/MkPagePreview.vue';
import MkPagination from '@/components/MkPagination.vue';
import MkButton from '@/components/MkButton.vue';
-import MkSwiper from '@/components/MkSwiper.vue';
import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
import { useRouter } from '@/router.js';
diff --git a/packages/frontend/src/pages/search.vue b/packages/frontend/src/pages/search.vue
index 814ddf3cb9..00e2b195d2 100644
--- a/packages/frontend/src/pages/search.vue
+++ b/packages/frontend/src/pages/search.vue
@@ -4,21 +4,19 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
-
-
-
-
-
-
- {{ i18n.ts.notesSearchNotAvailable }}
-
-
+
+
+
+
+
+
+ {{ i18n.ts.notesSearchNotAvailable }}
+
+
-
-
-
-
+
+
+
@@ -28,7 +26,6 @@ import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
import { notesSearchAvailable } from '@/utility/check-permissions.js';
import MkInfo from '@/components/MkInfo.vue';
-import MkSwiper from '@/components/MkSwiper.vue';
const props = withDefaults(defineProps<{
query?: string,
diff --git a/packages/frontend/src/pages/user/index.vue b/packages/frontend/src/pages/user/index.vue
index 83c7bf45bb..2adc3925fa 100644
--- a/packages/frontend/src/pages/user/index.vue
+++ b/packages/frontend/src/pages/user/index.vue
@@ -4,24 +4,22 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+
-
- { tab = 'files'; }"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ { tab = 'files'; }"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -36,7 +34,6 @@ import { misskeyApi } from '@/utility/misskey-api.js';
import { definePage } from '@/page.js';
import { i18n } from '@/i18n.js';
import { $i } from '@/i.js';
-import MkSwiper from '@/components/MkSwiper.vue';
import { serverContext, assertServerContext } from '@/server-context.js';
const XHome = defineAsyncComponent(() => import('./home.vue'));