From 7fcef53d5b027ccb7b5c33ed8e47549df2f9e67c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 12 Jun 2026 20:30:27 -0400 Subject: [PATCH 01/15] fix(series): sticky tabs + controls on the Series view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Series tab strip and the Browse search/sort (and Suggestions controls) scrolled away on a long grid (operator-asked). Hoist the tabs + active-tab controls into one sticky header pinned under the 64px TopNav. The controls had to leave v-window — it clips sticky children — so they're driven by the tab from the header instead of living inside each window-item. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/views/SeriesView.vue | 107 +++++++++++++++++------------- 1 file changed, 61 insertions(+), 46 deletions(-) diff --git a/frontend/src/views/SeriesView.vue b/frontend/src/views/SeriesView.vue index cc847ef..552883a 100644 --- a/frontend/src/views/SeriesView.vue +++ b/frontend/src/views/SeriesView.vue @@ -1,35 +1,60 @@