diff --git a/src/routes/community/[area]/+page.svelte b/src/routes/community/[area]/+page.svelte index d5d46832..525b684f 100644 --- a/src/routes/community/[area]/+page.svelte +++ b/src/routes/community/[area]/+page.svelte @@ -1050,11 +1050,11 @@ : ''} relative rounded-b-3xl border border-t-0 border-statBorder p-5 dark:bg-white/10" > {#if chartsLoading} -

- Loading chart... -

+
+ +
{/if} @@ -1279,8 +1279,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -1294,8 +1296,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -1308,8 +1312,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -1323,8 +1329,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 78e5f4e1..5ec7f075 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -611,8 +611,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -626,8 +628,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -640,8 +644,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
@@ -655,8 +661,10 @@
{#if chartsLoading}
+ class="absolute left-0 top-0 flex h-[400px] w-full animate-pulse items-center justify-center rounded-3xl border border-link/50" + > + +
{/if}
diff --git a/src/routes/leaderboard/+page.svelte b/src/routes/leaderboard/+page.svelte index 7ecda063..e5a4086c 100644 --- a/src/routes/leaderboard/+page.svelte +++ b/src/routes/leaderboard/+page.svelte @@ -222,7 +222,11 @@
{#if !leaderboard || loading} -
+
+ +
{/if}
diff --git a/src/routes/tagger/[id]/+page.svelte b/src/routes/tagger/[id]/+page.svelte index 4b8ea1f7..462b19d2 100644 --- a/src/routes/tagger/[id]/+page.svelte +++ b/src/routes/tagger/[id]/+page.svelte @@ -653,11 +653,11 @@ class="relative rounded-b-3xl border border-t-0 border-statBorder p-5 dark:bg-white/10" > {#if !dataInitialized} -

- Loading chart... -

+
+ +
{/if}