From 75ce40635736260ce5a19b7a33856305ee516ccc Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:19:08 -0700 Subject: Simplify pantry UX and persist grocery check state server-side - Remove quantity, unit, expiry, and category fields from pantry form; auto-detect category via keyword map - Persist grocery item checked/unchecked state in DB via PATCH /api/grocery/{id}/check-item - Fix unchecking: previously bailed early and never removed the checked class - Fix NOT NULL constraint on ingredients.unit by defaulting to empty string Co-Authored-By: Claude Sonnet 4.6 --- static/index.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index d0e0243..ae36a4f 100644 --- a/static/index.html +++ b/static/index.html @@ -33,29 +33,14 @@

Add Ingredient

-
-
-
- -
-
- - +
NameQuantityUnitCategoryExpiresActions
NameCategoryActions
-- cgit v1.3-2-g0d8e