From 47feedb27323cec578fa35820ae33226eb527fa8 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 7 Feb 2026 08:28:34 +0000 Subject: [PATCH] refactor(ui): simplify navigation and page layouts - Replace dropdown hamburger menu with inline icon buttons for add, theme toggle, account/login - Move sign-out button to account page header - Remove unused icons (home, hamburger, close, checkin, timeline, squares) and add plus icon - Simplify data page header (remove inline add button, now in nav) --- templates/pages/account.html | 56 +++++++++++++++++++++++++++++- templates/pages/data.html | 17 ++------- templates/partials/icons.html | 54 ++++------------------------ templates/partials/nav.html | 52 +++++++++------------------ templates/partials/scan_input.html | 7 ++++ 5 files changed, 87 insertions(+), 99 deletions(-) diff --git a/templates/pages/account.html b/templates/pages/account.html index f8d4b7c..1ddc496 100644 --- a/templates/pages/account.html +++ b/templates/pages/account.html @@ -221,7 +221,7 @@

Data

-

Export all coffee data as JSON, or restore from a previous backup.

+

Export all coffee data as JSON, restore from a previous backup, or reset to start fresh.

@@ -239,6 +239,13 @@ > Restore from Backup +
{% endif %} + +
+
+
+

Sign Out

+

Sign out of your account on this device.

+
+
+
+ +
+
+
+
+