From 70e6e51b6781a3986c51e3496b81c88665286872 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 26 Jan 2026 19:00:36 -1000 Subject: Add shopping mode for focused single-store shopping (#34) - Full-screen view for one store at a time - Tap items to toggle completion - Completed items greyed and sorted to bottom - Quick-add form at bottom of screen - Store switcher pills for easy navigation - "Shop" button on each store in shopping tab Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/shopping-tab.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'web/templates/partials/shopping-tab.html') diff --git a/web/templates/partials/shopping-tab.html b/web/templates/partials/shopping-tab.html index f247f3d..4d0ac02 100644 --- a/web/templates/partials/shopping-tab.html +++ b/web/templates/partials/shopping-tab.html @@ -29,7 +29,16 @@ {{if .Stores}} {{range .Stores}}
-

{{.Name}}

+
+

{{.Name}}

+ + + + + Shop + +
{{range .Categories}}
{{if .Name}}

{{.Name}}

{{end}} -- cgit v1.2.3