From a425a29347f8a80d475ba25eb9cca3b38158443b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Jan 2024 08:51:16 -0800 Subject: feat: move everything to skeletion loading ui --- src/lib/List/Manga/CleanMangaList.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/List/Manga') diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index e14e03f0..399ae68e 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -15,9 +15,9 @@ } from '$lib/Media/Cover/hoverCover'; import { onMount } from 'svelte'; import proxy from '$lib/Utility/proxy'; - import Loading from '$lib/Utility/Loading.svelte'; import root from '$lib/Utility/root'; import locale from '$stores/locale'; + import Skeleton from '$lib/Skeleton.svelte'; export let media: Media[]; export let cleanCache: () => void; @@ -58,7 +58,7 @@ {#if rateLimited} {#await serviceStatusResponse} - + {:then status} {#if status} {#if status.status === 503} @@ -71,7 +71,7 @@ {/if} {:else} - + {/if} {:catch} due.moe's manga data source is currently unreachable. Please check -- cgit v1.2.3