Implement task list view (GET /tasks)

t-1o2g8gugkr1.2·WorkTask·
·
·
·Omni/Jr.hs
Parent:t-1o2g8gugkr1·Created3 months ago·Updated3 months ago

Dependencies

Description

Edit

Add task list page:

  • GET /tasks route returning Lucid HTML
  • Show all tasks in a table: ID (linked), title, status badge, priority
  • Status shown as colored badge (Open=yellow, InProgress=blue, Review=purple, Done=green)
  • Mobile-friendly: single column layout, large touch targets
  • Use TaskCore.loadTasks to get task data
  • Link each task ID to /tasks/:id

Timeline (0)

No activity yet.