From 7fd5f204908f75a02aa72b8e5b36570e5707f666 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 22:44:57 +0200 Subject: [PATCH] feat(glass): glassify the side rails + back-to-top (Phase 1, feed chrome) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert the always-visible flat rails to the frosted glass system so they sit consistently over the new background image (like the nav/header already do): - Feed filter Sidebar + CollapsedFilterRail: bg-surface/40 -> glass - Playlists left rail: bg-surface/40 -> glass - BackToTop FAB: bg-card+border -> glass-card glass-hover Small controls inside (filter pills/inputs) stay solid — a solid-on-glass hierarchy, not everything translucent. --- frontend/src/components/BackToTop.tsx | 2 +- frontend/src/components/CollapsedFilterRail.tsx | 2 +- frontend/src/components/Playlists.tsx | 2 +- frontend/src/components/Sidebar.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/BackToTop.tsx b/frontend/src/components/BackToTop.tsx index 26bc792..f23519c 100644 --- a/frontend/src/components/BackToTop.tsx +++ b/frontend/src/components/BackToTop.tsx @@ -34,7 +34,7 @@ export default function BackToTop({ dep, threshold = 600 }: { dep?: unknown; thr return createPortal(