From f52c31367a14f8a9d7fdf2d2bfc86e441702dc9a Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 17 May 2026 16:29:21 -0400 Subject: [PATCH] feat(reader): immersive series-read route + route-aware AppShell (suppress TopNav) Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/components/AppShell.vue | 14 ++++++++++---- frontend/src/router.js | 3 +++ frontend/test/router.spec.js | 6 ++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/AppShell.vue b/frontend/src/components/AppShell.vue index d4a53dc..3546e40 100644 --- a/frontend/src/components/AppShell.vue +++ b/frontend/src/components/AppShell.vue @@ -1,12 +1,18 @@