Commit Graph

8 Commits

Author SHA1 Message Date
f00e0720e1 feat: enhanced create modal, project/assignee badges, status filter, keyboard shortcuts
- CreateTaskModal: project selector, due date picker, source in 'more options'
- TaskCard: project name badge (📁) and assignee badge (👤)
- QueuePage: status filter dropdown, clear filters button, filter count indicator
- QueuePage: Ctrl+N keyboard shortcut to create task
- DashboardPage: project/assignee badges on active task cards
- Search now also matches assignee name
2026-01-29 08:03:47 +00:00
578b092a78 feat: toast notifications, delete task, due date badges on cards, keyboard shortcuts 2026-01-29 07:33:05 +00:00
8685548206 Mobile-responsive: task cards, detail panel, sticky header
- TaskCard: hide action buttons on mobile (tap to open detail panel), smaller text/badges, word-break titles
- TaskDetailPanel: full-screen on mobile with Back button, responsive padding, stacked timeline, hidden UUID on small screens
- QueuePage: sticky header offset for mobile nav bar (top-14)
- Priority/source grid stacks vertically on mobile
2026-01-29 04:32:46 +00:00
321ba2cadc fix: remove unused useState import in TaskCard (TS build error) 2026-01-29 00:48:30 +00:00
8131dda10d feat: sequential task IDs (HQ-1, HQ-2, etc.)
- Add serial task_number column to tasks table
- Display HQ-{number} on cards and detail panel
- API resolveTask() supports UUID, number, or HQ-N prefix
- GET /api/tasks/:id endpoint for single task lookup
- All PATCH/POST/DELETE endpoints resolve by number or UUID
2026-01-29 00:07:04 +00:00
186a565bee feat: copyable task IDs on cards and detail panel 2026-01-28 23:46:57 +00:00
9a99b612ba feat: webhook to Clawdbot when task activated + session auth for all mutations 2026-01-28 23:36:40 +00:00
0a8d5486bb Initial scaffold: Hammer Queue task dashboard
- Backend: Elysia + Bun + Drizzle ORM + PostgreSQL
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Task CRUD API with bearer token auth for writes
- Public read-only dashboard with auto-refresh
- Task states: active, queued, blocked, completed, cancelled
- Reorder support for queue management
- Progress notes per task
- Docker Compose for local dev and Dokploy deployment
2026-01-28 22:55:16 +00:00