From 288d04d714cefa67d647535cb5a17e0c76cdc82c Mon Sep 17 00:00:00 2001 From: Gabe Farrell <90876006+gabehf@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:25:31 -0500 Subject: [PATCH] fix: ui tweaks and fixes (#134) --- client/app/components/AllTimeStats.tsx | 8 +++++--- client/app/components/LastPlays.tsx | 8 +++++--- client/app/components/TopAlbums.tsx | 8 +++++--- client/app/components/TopArtists.tsx | 10 +++++----- client/app/components/TopTracks.tsx | 8 +++++--- client/app/routes/MediaItems/Album.tsx | 8 ++++---- client/app/routes/MediaItems/Track.tsx | 17 +++++++++++------ 7 files changed, 40 insertions(+), 27 deletions(-) diff --git a/client/app/components/AllTimeStats.tsx b/client/app/components/AllTimeStats.tsx index 8f1bc40..556fa32 100644 --- a/client/app/components/AllTimeStats.tsx +++ b/client/app/components/AllTimeStats.tsx @@ -7,10 +7,12 @@ export default function AllTimeStats() { queryFn: ({ queryKey }) => getStats(queryKey[1]), }); + const header = "All time stats"; + if (isPending) { return (
Loading...
Error: {error.message}
Loading...
Error: {error.message}