From 8d195ae18326cad8265cb3025c58cceb5fb4b4b5 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Sun, 29 Oct 2023 22:18:36 +0900 Subject: [PATCH] (bump) nuxt 3.8.0 --- app.vue | 23 +- assets/css/nprogress.css | 2 +- components/g/NuxtLink.vue | 2 +- components/mk/Loading.vue | 110 ++ components/servers/Finder.vue | 1 + components/servers/Item.vue | 2 +- package.json | 2 +- pages/servers.vue | 1 + pnpm-lock.yaml | 3075 ++++++++++++++++++++++----------- 9 files changed, 2183 insertions(+), 1035 deletions(-) create mode 100644 components/mk/Loading.vue diff --git a/app.vue b/app.vue index 54d166be..3bc560a2 100644 --- a/app.vue +++ b/app.vue @@ -12,9 +12,11 @@ router.beforeEach(() => { NProgress.start(); }); router.afterEach(() => { - setTimeout(() => { - NProgress.done(); - }, 100); + nextTick(() => { + setTimeout(() => { + NProgress.done(); + }, 100); + }); }); const getDescription = (): string => { @@ -36,7 +38,7 @@ const getLdJson = (additionalGraphes: Thing[] = []): string => { "url": `${baseUrl}/`, "sameAs": [ "https://join.misskey.page/", - "https://ja.wikipedia.org/wiki/Misskey", + "https://ja.wikipedia.org/wiki/Misskey", ], "logo": { "@type": "ImageObject", @@ -106,15 +108,16 @@ useHead((): Record => ({ })); diff --git a/assets/css/nprogress.css b/assets/css/nprogress.css index 895fbed8..2ed3106c 100644 --- a/assets/css/nprogress.css +++ b/assets/css/nprogress.css @@ -7,7 +7,7 @@ background: #4ab300; position: fixed; - z-index: 1031; + z-index: 9910; top: 0; left: 0; diff --git a/components/g/NuxtLink.vue b/components/g/NuxtLink.vue index 009a3b76..4a7daf81 100644 --- a/components/g/NuxtLink.vue +++ b/components/g/NuxtLink.vue @@ -10,7 +10,7 @@ + + \ No newline at end of file diff --git a/components/servers/Finder.vue b/components/servers/Finder.vue index 01bc94a1..cd325f28 100644 --- a/components/servers/Finder.vue +++ b/components/servers/Finder.vue @@ -82,6 +82,7 @@
+

{{ $t('loading') }}

diff --git a/components/servers/Item.vue b/components/servers/Item.vue index e769cd06..f228c63e 100644 --- a/components/servers/Item.vue +++ b/components/servers/Item.vue @@ -36,7 +36,7 @@