From 48937e9777d36c94ae4f6d40234966de6d9e7a24 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 22 Feb 2026 16:51:27 -0500 Subject: [PATCH] feat(auth): improve registration form theming and add name fields - Add theme.js script for proper theme support - Update form to use CSS variables (--bg-primary, --text-secondary, etc.) - Replace hardcoded colors with theming system - Add optional first_name and last_name fields - Update button to use .btn-primary class - All form inputs now properly themed --- templates/register.templ | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/templates/register.templ b/templates/register.templ index a9c7800..c98f811 100644 --- a/templates/register.templ +++ b/templates/register.templ @@ -9,26 +9,35 @@ templ Register() { Register +

Register for Bookhoard

-
+
- - + +
- - + +
- - + +
-