From 356a8aacbbffa4f4c7d393420802ac270a14d292 Mon Sep 17 00:00:00 2001 From: Markury Date: Wed, 1 Oct 2025 11:44:36 -0400 Subject: [PATCH] fix(ui): library layout --- src/routes/library/+page.svelte | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/routes/library/+page.svelte b/src/routes/library/+page.svelte index 3817a58..7480d45 100644 --- a/src/routes/library/+page.svelte +++ b/src/routes/library/+page.svelte @@ -65,15 +65,15 @@ } -
+

Library

{#if loading} -

Loading library...

+

Loading library...

{:else if error} -

{error}

+

{error}

{:else if artists.length === 0 && albums.length === 0} -

No music found in your music folder.

+

No music found in your music folder.

{:else}
@@ -173,12 +173,23 @@