From ffd2c8d3fa8ca3ecaffda19eb84ec59612b42380 Mon Sep 17 00:00:00 2001 From: Tudorel Oprisan Date: Fri, 20 Dec 2024 13:57:30 +0000 Subject: [PATCH] Basic artist page --- subsonic-ui-svelte/src/app.css | 1 + .../src/components/ArtistList.svelte | 9 +- .../src/test-files/Untitled-1.json | 10401 +++++++++++++++- 3 files changed, 10408 insertions(+), 3 deletions(-) diff --git a/subsonic-ui-svelte/src/app.css b/subsonic-ui-svelte/src/app.css index 617f5e9..a7402d2 100644 --- a/subsonic-ui-svelte/src/app.css +++ b/subsonic-ui-svelte/src/app.css @@ -41,6 +41,7 @@ h1 { #app { max-width: 1280px; + width: 100%; margin: 0 auto; padding: 2rem; text-align: center; diff --git a/subsonic-ui-svelte/src/components/ArtistList.svelte b/subsonic-ui-svelte/src/components/ArtistList.svelte index 8d55931..db56bf5 100644 --- a/subsonic-ui-svelte/src/components/ArtistList.svelte +++ b/subsonic-ui-svelte/src/components/ArtistList.svelte @@ -34,12 +34,17 @@