tracks/internal/handlers
Claude ca6e157a91
Add Todos, Projects, and Contexts web pages
- Created todos.html template showing user's todos with state badges
- Created projects.html template showing project cards in grid layout
- Created contexts.html template showing context cards
- Added ShowTodos, ShowProjects, ShowContexts handlers to web_handler.go
- Added routes for /todos, /projects, /contexts to main.go
- All pages show empty state when no data exists
- Navigation menu links now work without 404 errors

All pages are functional and display user-specific data from the database.
2025-11-05 12:54:47 +00:00
..
auth_handler.go Add default admin user and admin-only user creation 2025-11-05 11:35:36 +00:00
context_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
project_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
todo_handler.go Rewrite Tracks application in Golang 2025-11-05 10:46:59 +00:00
web_handler.go Add Todos, Projects, and Contexts web pages 2025-11-05 12:54:47 +00:00