From 2a8802a0b8386178380fa984b7976e2bee148b87 Mon Sep 17 00:00:00 2001 From: Leonardo Segala Date: Sat, 2 Aug 2025 09:53:24 +0200 Subject: [PATCH] Add spinner --- frontend/src/lib/components/SuggestionInput.svelte | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/SuggestionInput.svelte b/frontend/src/lib/components/SuggestionInput.svelte index 9659e0d..8bbd2ff 100644 --- a/frontend/src/lib/components/SuggestionInput.svelte +++ b/frontend/src/lib/components/SuggestionInput.svelte @@ -1,11 +1,15 @@ @@ -20,7 +24,14 @@ sendSong() } }} + {disabled} /> + {#if disabled} + + + + {/if} +