summaryrefslogtreecommitdiff
path: root/cmd/dashboard
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-08-23 17:43:49 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-08-23 17:43:49 +0000
commitc46c135f52090a082660cb06131282796f5cd592 (patch)
tree59930d5950aa64f24efcd38fbdd727c2a68d4e26 /cmd/dashboard
parent18783b813af946e1e940bfeb1a0bdc1e7ce9f95f (diff)
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017GMEkHeqKz6FLkmizowBTK
Diffstat (limited to 'cmd/dashboard')
-rw-r--r--cmd/dashboard/main.go1
1 files changed, 0 insertions, 1 deletions
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)