Commit Graph

4 Commits

Author SHA1 Message Date
5ec4ca9a62 feat(ui): redesign kanban columns and task cards — borderless columns, glow cards, live dots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:05:05 -05:00
d153cb8392 fix: align frontend status types with API string enum serialization
ASP.NET serializes C# enums as strings by default ("Pending", "Active"),
but frontend types used numeric values (0, 1). Changed WorkTaskStatus and
NoteType to string values matching API output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:40:39 -05:00
1d7de30fa3 feat: add global search bar and board filter chips
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:27:55 -05:00
f0bcc01993 feat: implement Kanban board with drag-and-drop task management
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:19:51 -05:00