From 4ac78382343e14c00ba21ee11ee4642255509eef Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 3 Feb 2026 15:17:46 -1000 Subject: Document Quick Add UX pattern and filter checked shopping items - Add Quick Add UX pattern to DESIGN.md documenting expected behaviors for form submission, error handling, and completed item display - Filter checked items from shopping-tab.html display (both grouped and ungrouped views) Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/shopping-tab.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/templates') diff --git a/web/templates/partials/shopping-tab.html b/web/templates/partials/shopping-tab.html index 0b22c15..b09a54f 100644 --- a/web/templates/partials/shopping-tab.html +++ b/web/templates/partials/shopping-tab.html @@ -64,6 +64,7 @@ {{if .Name}}

{{.Name}}

{{end}} {{end}} @@ -97,6 +99,7 @@ {{range .Stores}} {{range .Categories}} {{range .Items}} + {{if not .Checked}}
  • {{.Name}} {{if .Quantity}}{{.Quantity}}{{end}} @@ -110,6 +113,7 @@ {{end}} {{end}} {{end}} + {{end}} {{end}} -- cgit v1.2.3