Commit Graph

9 Commits

Author SHA1 Message Date
Max
a238cb6138 Signed-off-by: Max <ai-agent@topdoglabs.com> 2026-02-22 14:23:22 -06:00
Max
9453f88df4 feat: task search and save feedback fixes
- Add task search with debounce (title + description filtering)
- Add sonner toast library for notifications
- Visual save feedback: spinner → green 'Saved!' → toast confirmation
- Error handling with descriptive toast messages
- Works across Kanban and Backlog views
2026-02-21 16:32:15 -06:00
ee8158993f Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-21 13:37:59 -06:00
6f863ba659 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-21 12:17:19 -06:00
301156a4ea Migrate task persistence to SQLite and remove legacy JSON store 2026-02-19 23:34:46 -06:00
6f28828d5f Add drag-and-drop and sprint assignment
- Integrated @dnd-kit for drag-and-drop in Sprint Board
- Tasks can be dragged between columns (To Do → In Progress → Review → Done)
- Added sprint selector to new task dialog
- Added sprint selector to task detail view
- Visual drag overlay during drag operations
- Grip handle appears on hover for drag initiation
2026-02-19 17:44:18 -06:00
7badcb8bba Complete rewrite: Project Hub with Kanban board and threaded notes
- Replaced broken Gantt chart with working Kanban board
- Added task types: idea, task, bug, research, plan
- Added status columns: backlog, in-progress, review, done
- Added priority levels: low, medium, high, urgent
- Implemented 1-to-many threaded comments/notes system
- Added working CRUD for projects and tasks
- Added shadcn/ui components: badge, button, card, dialog, label, select, table, textarea
- Data persistence with Zustand + localStorage
- Fixed all UI overlap issues
2026-02-18 09:32:47 -06:00
ae11914a39 feat: restore jira-style gantt board with responsive timeline UI 2026-02-18 00:00:55 -06:00
db188bec80 Initial commit from Create Next App 2026-02-17 22:55:29 -06:00