From 327a820b525eb0c195da4b18c892c1d0b1be1348 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 4 Feb 2026 17:28:24 +0000 Subject: [PATCH] fix(home): simplify scan bag input layout - Use camera icon-only button instead of "Take Photo" text - Align camera button and text input horizontally - Remove Go button, form submits on Enter --- templates/home.html | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/templates/home.html b/templates/home.html index 7c118af..9ab13e5 100644 --- a/templates/home.html +++ b/templates/home.html @@ -60,30 +60,21 @@ data-on:datastar-fetch="if (!$_extracting) return; if (evt.detail.type === 'finished') { $_extracting = false; $_scanExtracted = true } else if (evt.detail.type === 'error') { $_extracting = false; $_extractError = 'Extraction failed. Please try again.' }" > -
+
- or -
- - -
+