Commit Graph

14 Commits

Author SHA1 Message Date
320ef51c74 feat(ui): add Command-K search modal, remove inline search bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:02:48 -05:00
8f2eae425c feat(ui): replace sidebar with slim top navigation bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:02:43 -05:00
4c160fe434 feat(ui): add design foundation — CSS tokens, noise texture, card glow effects
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:00:10 -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
908a312aa5 feat: add visual polish — Inter font, animations, colored shadows, hover effects
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:35:00 -05:00
a1107f434d feat: add mappings page with inline CRUD table
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:32:44 -05:00
dec1757c1e feat: add analytics page with timeline, category breakdown, and activity feed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:30:47 -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
b936d5ba7d feat: add inline create task form in Pending column
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:24:53 -05:00
af205b367d feat: add task detail slide-over panel with inline editing, subtasks, and notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:22:57 -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
50e8c819fd feat: add layout shell with sidebar navigation and routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:17:11 -05:00
d896fe36a8 feat: add TypeScript types, API client, and TanStack Query hooks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:15:48 -05:00
2b0266b51e feat: scaffold TaskTracker.Web with Vite, React, TypeScript, Tailwind
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:13:49 -05:00