From 12ea39986dc9ab451f67788a84ecb9af9f79b100 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 1 Feb 2026 00:29:33 -0500 Subject: [PATCH] feat(ui): add navigation links to Phase 9 features in header Add navigation menu in header to make Phase 9 features discoverable: - Library: Main bookshelf view - Collections: Collection management interface - Progress: Reading progress visualization across devices - Devices: Device management and configuration Navigation is hidden on mobile (responsive design) and visible on larger screens (md breakpoint and above). This improves UX by providing clear access to all major features. --- templates/header.templ | 18 ++++++++++++++++-- templates/header_templ.go | 4 ++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/templates/header.templ b/templates/header.templ index ce83f4b..0ffc045 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -4,11 +4,25 @@ templ Header(user User, currentPath string) {