From 4ee89e23360533d64e6c60f608883634cf33b01f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 7 Feb 2026 20:59:02 +0000 Subject: [PATCH] style(ui): simplify scan input and normalize form text - Remove check-in and add links from scan input partial - Add "or" separator between camera and text input - Remove redundant text-sm from input fields (now in .input-field CSS) - Fix label text size and color in check-in form --- templates/pages/checkin.html | 4 ++-- templates/partials/location_search.html | 4 ++-- templates/partials/scan_input.html | 17 ++--------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/templates/pages/checkin.html b/templates/pages/checkin.html index 79dca9b..eb20cc9 100644 --- a/templates/pages/checkin.html +++ b/templates/pages/checkin.html @@ -203,7 +203,7 @@ block title %}Brewlog · Check In{% endblock %} {% block head %} {% if !cafe_options.is_empty() %}
-

Or choose a saved cafe:

+

Or choose a saved cafe:

-

Or select an existing roast:

+

Or select an existing roast:

{ {{ icons::spinner("h-5 w-5") }}
diff --git a/templates/partials/scan_input.html b/templates/partials/scan_input.html index 45aaa05..8d47759 100644 --- a/templates/partials/scan_input.html +++ b/templates/partials/scan_input.html @@ -9,24 +9,11 @@ > {{ icons::camera("h-5 w-5") }} - - {{ icons::location("h-5 w-5") }} - - - {{ icons::plus("h-5 w-5") }} - + or