From c9afd4f584bf4481c23f7055e4d6f9e9973acd43 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 1 Jun 2026 19:54:16 -0400 Subject: [PATCH] feat(web): card hover-reveal + drop year + accent rule on section headers First wave of Home visual polish (UI tasks 78/79/81/85): - CardActionCluster like/queue/menu cluster is now opacity-0 and fades in on group-hover or focus-within. The group class moves from the inner anchor to the outer card wrapper so the cluster (positioned outside the anchor) participates in the same hover scope. PlaylistCard refresh kebab gets the same treatment. - AlbumCard drops the year line. Title plus artist is enough on Home tiles; the album detail page still shows the year. - HorizontalScrollRow h2 picks up a flex-baseline layout with a trailing 12-wide accent rule (after:bg-accent/60), so section headers read as chapter breaks instead of identical plain text. - AlbumCard art-wrap is shadow-sm by default and lifts to shadow-lg plus ring-accent/40 on hover. Pairs with the existing group-hover:scale-1.03 for a clean lift-on-mouseover feel. --- web/src/lib/components/AlbumCard.svelte | 13 +++++++------ web/src/lib/components/ArtistCard.svelte | 4 ++-- web/src/lib/components/CardActionCluster.svelte | 16 ++++++++++++++-- .../lib/components/HorizontalScrollRow.svelte | 9 ++++++++- web/src/lib/components/PlaylistCard.svelte | 9 +++++++-- 5 files changed, 38 insertions(+), 13 deletions(-) diff --git a/web/src/lib/components/AlbumCard.svelte b/web/src/lib/components/AlbumCard.svelte index 5575ccb1..69712910 100644 --- a/web/src/lib/components/AlbumCard.svelte +++ b/web/src/lib/components/AlbumCard.svelte @@ -28,12 +28,16 @@ } -
+