Skip to content

Commit d91adb1

Browse files
committed
✨ Add loading indicator on homepage too
1 parent 468201a commit d91adb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/+page.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
});
3030
</script>
3131

32+
{#if $PageHome.fetching}
33+
<p>Loading...</p>
34+
{/if}
35+
3236
{#if apps.length === 0}
3337
<a class="button" href="/login">Connexion</a>
3438
{:else}

0 commit comments

Comments
 (0)