From c46c135f52090a082660cb06131282796f5cd592 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 23 Aug 2026 17:43:49 +0000 Subject: Remove unused /tabs/conditions partial and route Only the standalone /conditions page was ever meant to exist; the HTMX tab variant was dead weight, reachable only via an unlinked ?tab=conditions query param with no button in the tab bar. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_017GMEkHeqKz6FLkmizowBTK --- cmd/dashboard/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/dashboard/main.go') diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go index a84c32d..c88dc45 100644 --- a/cmd/dashboard/main.go +++ b/cmd/dashboard/main.go @@ -337,7 +337,6 @@ func main() { r.Get("/tabs/meals", h.HandleTabMeals) r.Get("/tabs/timeline", h.HandleTimeline) r.Get("/tabs/shopping", h.HandleTabShopping) - r.Get("/tabs/conditions", h.HandleTabConditions) // Trello card operations r.Post("/cards", h.HandleCreateCard) -- cgit v1.2.3