From 033a01206970c57d2cddfcf1748fd9d3fa2b6a3e Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 6 Aug 2026 08:14:10 -0400 Subject: [PATCH] feat(ui): group sidebar footer menus into distinct panels The account and appearance menus sat in one container with no separation, so expanding one made the other hard to find. Each collapsible menu now lives in its own subtly lifted, bordered panel (.sidebar-panel) so the expanded items stay visually contained and the menus never blend together. Applied to the account, appearance, and sign-in menus. --- templates/header.templ | 6 +++--- templates/header_templ.go | 6 +++--- web/static/input.css | 10 ++++++++++ web/static/style.css | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/templates/header.templ b/templates/header.templ index 43f8e8d..92802b4 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -81,7 +81,7 @@ templ Header(user User, currentPath string) { @SidebarSignIn(currentPath) } -
+