diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-08-23 17:43:49 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-08-23 17:43:49 +0000 |
| commit | c46c135f52090a082660cb06131282796f5cd592 (patch) | |
| tree | 59930d5950aa64f24efcd38fbdd727c2a68d4e26 /cmd | |
| parent | 18783b813af946e1e940bfeb1a0bdc1e7ce9f95f (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')
| -rw-r--r-- | cmd/dashboard/main.go | 1 |
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) |
