From 0327d367f234ed69a952e8f105e0a02e5d3d1532 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 24 Feb 2026 13:01:45 -0500 Subject: [PATCH] refactor(header): separate wood paneling from color themes - Remove max-w-7xl constraint, use full-width layout - Replace wood theme buttons with wood paneling section - Add visual previews for wood textures in dropdown - Section labeled "Bookshelf Background" for clarity - Include woodPaneling.js and themeDropdown.js scripts --- templates/header.templ | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/templates/header.templ b/templates/header.templ index c07fd34..2af9167 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -2,7 +2,7 @@ package templates templ Header(user User, currentPath string) { + + }