From 2df2b2d026c2373d663c5e7196cc1f69f103c9b8 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 15 Feb 2026 21:36:25 -0500 Subject: [PATCH] refactor: remove bookshelf route, consolidate to dashboard - Update header navigation to link to /dashboard instead of /bookshelf - Update index page auto-redirect to use /dashboard - Remove duplicate route, keeping full-featured dashboard with filters --- templates/header.templ | 4 ++-- templates/header_templ.go | 2 +- templates/index.templ | 6 +++--- templates/index_templ.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/header.templ b/templates/header.templ index 8ea2f07..14d049e 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -6,11 +6,11 @@ templ Header(user User, currentPath string) {
- + 📚 Bookhoard