diff --git a/frontend/src/lib/components/SuggestionInput.svelte b/frontend/src/lib/components/SuggestionInput.svelte index 4e28cb7..8cc5a9a 100644 --- a/frontend/src/lib/components/SuggestionInput.svelte +++ b/frontend/src/lib/components/SuggestionInput.svelte @@ -13,7 +13,9 @@ } -
+
{/if} - Add
diff --git a/frontend/src/lib/components/SuggestionList.svelte b/frontend/src/lib/components/SuggestionList.svelte index ffc25d6..12f69ed 100644 --- a/frontend/src/lib/components/SuggestionList.svelte +++ b/frontend/src/lib/components/SuggestionList.svelte @@ -12,14 +12,16 @@
{#if suggestions.length == 0} -

No suggestions yet! Try to add a new one using the Add button

+

No suggestions yet! Try to add a new one using the Add button

{/if} {#each suggestions as sug, idx} -
-
+
+
Song cover -
+
{sug.title}

{sug.artist}

@@ -27,15 +29,15 @@

{sug.upvote}

diff --git a/frontend/src/routes/admin/[id]/+page.svelte b/frontend/src/routes/admin/[id]/+page.svelte index a246853..a55e6f8 100644 --- a/frontend/src/routes/admin/[id]/+page.svelte +++ b/frontend/src/routes/admin/[id]/+page.svelte @@ -87,8 +87,8 @@

{formatTime(playerInfo.currentTime)} - {formatTime(playerInfo.duration)}

- - + +