Spaces:
Runtime error
Runtime error
loading
Browse files
frontend/src/routes/+page.svelte
CHANGED
@@ -59,10 +59,7 @@
|
|
59 |
<About classList={$toggleAbout ? 'flex' : 'hidden'} on:click={() => ($toggleAbout = false)} />
|
60 |
|
61 |
{#if loading}
|
62 |
-
<div class="
|
63 |
-
<LoadingIcon classList={'inline-block animate-spin p-1 mr-2'} />
|
64 |
-
<h1 class="font-bold inline-block">Loading...</h1>
|
65 |
-
</div>
|
66 |
{:else}
|
67 |
<LiveblocksProvider {client}>
|
68 |
{#if roomId}
|
|
|
59 |
<About classList={$toggleAbout ? 'flex' : 'hidden'} on:click={() => ($toggleAbout = false)} />
|
60 |
|
61 |
{#if loading}
|
62 |
+
<div class="inset-0 fixed bg-white animate-pulse" />
|
|
|
|
|
|
|
63 |
{:else}
|
64 |
<LiveblocksProvider {client}>
|
65 |
{#if roomId}
|