From 138b11f73b6d151537d87cfd4f038cbfe22292dc Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 6 Feb 2026 07:40:35 -0800 Subject: [PATCH] improved song entry layout --- src/lib/components/SongEntry.svelte | 64 +++++++++++++++++------------ 1 file changed, 37 insertions(+), 27 deletions(-) diff --git a/src/lib/components/SongEntry.svelte b/src/lib/components/SongEntry.svelte index fba54b3..8006fe6 100644 --- a/src/lib/components/SongEntry.svelte +++ b/src/lib/components/SongEntry.svelte @@ -1,7 +1,8 @@ -
-
- {displayTypeNumber} - {animeName} +
+ + + +
+
+ {animeName} + {displayTypeNumber} +
+ +
+ {songName} + — {artistDisplay} +
-
- {songName} - — {artistDisplay} -
- -
+
+ {#if isQueued} + Queued + + {/if} - {#if isQueued} - - - Queued - {/if} - {#if !track} No audio file {/if}