From 3741d2e281651ea9e8d3a3ba688933ccdf62db41 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 7 Feb 2026 20:58:56 +0000 Subject: [PATCH] style(home): redesign quick actions and stat labels - Replace scan input bar with 3-column grid: Scan, Check In, Add - Use small-caps labels on stat counters --- templates/pages/home.html | 64 +++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 19 deletions(-) diff --git a/templates/pages/home.html b/templates/pages/home.html index 9f61c59..0491a60 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% import "partials/bag_card.html" as bag_card %} {% import -"partials/brew_card.html" as brew_card %} {% import "partials/icons.html" as icons %} {% import -"partials/scan_input.html" as scan %} {% block title %}Brewlog{% endblock %} {% block head %} {% if +"partials/brew_card.html" as brew_card %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog{% endblock %} {% block head %} {% if is_authenticated %}