From 04973947100acc9a78b83fefbc35bdd0fb87255c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 4 Jun 2026 09:02:21 -0400 Subject: [PATCH] feat(ui): double showcase cadence + filter bar matches TopNav frost - Showcase reveal cadence 80ms -> 160ms (slower, more deliberate one-at-a-time cascade per operator). Bump showcase.spec timer advances to cover 60x160ms. - Gallery filter bar now uses the EXACT gradiated-obsidian frost + blur as TopNav (was a flat rgba(...,0.55) block), so the two read as one continuous piece of chrome with images visibly scrolling under both; the nav's transparent bottom edge against the bar's opaque top leaves a faint seam that separates them at the very top of scroll. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/components/gallery/GalleryFilterBar.vue | 17 +++++++++++++---- frontend/src/stores/showcase.js | 3 ++- frontend/test/showcase.spec.js | 8 ++++---- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/gallery/GalleryFilterBar.vue b/frontend/src/components/gallery/GalleryFilterBar.vue index 9e53a75..f166b89 100644 --- a/frontend/src/components/gallery/GalleryFilterBar.vue +++ b/frontend/src/components/gallery/GalleryFilterBar.vue @@ -217,7 +217,7 @@ function pushFilter(mutate) {