From 2cae4ad3f64744855e9e92f9d68206dacfc185f4 Mon Sep 17 00:00:00 2001 From: pleb Date: Mon, 3 Nov 2025 11:35:36 -0800 Subject: [PATCH] Polish playlist layout --- .../tools/map-pack-discovery/+page.svelte | 155 +++++++++++------- 1 file changed, 93 insertions(+), 62 deletions(-) diff --git a/src/routes/tools/map-pack-discovery/+page.svelte b/src/routes/tools/map-pack-discovery/+page.svelte index 4e181d3..595d01d 100644 --- a/src/routes/tools/map-pack-discovery/+page.svelte +++ b/src/routes/tools/map-pack-discovery/+page.svelte @@ -206,26 +206,26 @@ function togglePlaylist(id: number) { {/if} -
+
{#each playlists as playlist (playlist.playlistId)} -
- - + {#if state.total === 0} No songs {:else} @@ -314,7 +314,7 @@ function togglePlaylist(id: number) {
{/if} {:else} -
No songs found.
+
No songs found.
{/if}
{/if} @@ -336,18 +336,30 @@ function togglePlaylist(id: number) {