From 22b1c35b3e0a56b5fec3ded1ab07343dff1fed7e Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 8 May 2021 21:46:52 +0200 Subject: [PATCH] loading state --- client/src/routes/note/[id]/[password].svelte | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/client/src/routes/note/[id]/[password].svelte b/client/src/routes/note/[id]/[password].svelte index 85fe8ef..8f7e9e5 100644 --- a/client/src/routes/note/[id]/[password].svelte +++ b/client/src/routes/note/[id]/[password].svelte @@ -7,14 +7,13 @@ @@ -63,18 +65,23 @@ {:else}
-

click below to show and delete the note if the counter has reached it's limit

- - {#if error} -
-

- wrong password. could not decipher. probably a broken link. note was destroyed. +

+

click below to show and delete the note if the counter has reached it's limit

+ + {#if error}
-

- {/if} +

+ wrong password. could not decipher. probably a broken link. note was destroyed. +
+

+ {/if} +
{/if} {/if} +{#if loading} +

loading...

+{/if}