From bda59f1c2a32dfde7e432eedfc406ed2c80fed50 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 2 Feb 2026 19:59:51 +0000 Subject: [PATCH] fix(brews): allow arbitrary values in numeric form fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change step to "any" for coffee weight, grind setting, water volume, and temperature inputs to allow arbitrary decimal values - Keep +/- button increments unchanged (0.5g weight, 0.5 grind, 10ml water, 0.5°C temp) --- templates/brews.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/brews.html b/templates/brews.html index 3c1bce1..42ca45f 100644 --- a/templates/brews.html +++ b/templates/brews.html @@ -91,9 +91,9 @@
Coffee (g) *
- - - + + +
@@ -102,7 +102,7 @@ Grind Setting *
- +
@@ -112,7 +112,7 @@ Water (ml) *
- +
@@ -122,7 +122,7 @@ Temp (C) *
- +