From 3c19766fd0885d4171cf9929db6d69a3d5c1a3ff Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Sun, 1 Mar 2026 09:44:16 -0500 Subject: [PATCH] feat(quick-006): remove list icon from playlists, add favorites icon to default - Replace static list icon with conditional: favorites icon for default playlist, nothing for others - Reduce playlist-body left padding from 42px to 32px for tighter alignment without icon --- .../src/components/playlist-view/playlist-view.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/playlist-view/playlist-view.ts b/frontend/src/components/playlist-view/playlist-view.ts index 1d97110..9862fac 100644 --- a/frontend/src/components/playlist-view/playlist-view.ts +++ b/frontend/src/components/playlist-view/playlist-view.ts @@ -587,7 +587,7 @@ export class PlaylistView } .playlist-body { - padding: 0 16px 12px 42px; + padding: 0 16px 12px 32px; } .playlist-actions { @@ -2920,10 +2920,12 @@ export class PlaylistView : ''}" name="chevron-right" > - + ${entry.summary.ID === this.favCtrl.playlistId + ? html`` + : nothing} ${isRenaming ? html`