From 7d75fd49b4d34faec559fc98817c4c0ca4af05b6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 22 Dec 2023 03:22:42 -0800 Subject: feat(wrapped): custom loading messages all around --- src/lib/Tools/Wrapped.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 6445189c..ab1ac125 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -348,7 +348,7 @@ {@html nbsp(`Loading${useFullActivityHistory ? ' full-year' : ''} activity history ...`)} {:then activities} {#await wrapped(user, currentUserIdentity)} - Loading ... + {@html nbsp('Loading user data ...')} {:then wrapped}
{:else} - Loading ... + {@html nbsp('Loading anime list ...')} {/if} @@ -460,7 +460,7 @@ {:else} - Loading ... + {@html nbsp('Loading manga list ...')} {/if} @@ -557,7 +557,7 @@ /> {/await} {:else} - Loading ... + {@html nbsp('Loading user identity ...')} {/if}