Commit Graph

22 Commits

Author SHA1 Message Date
664fd72086 docs: add idle detection implementation plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:08:55 -05:00
8c2377f956 docs: add idle detection design for WindowWatcher
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:07:45 -05:00
420ba50517 feat(ui): redesign detail panel — frosted glass, spring animation, refined hierarchy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:07:28 -05:00
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
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
baf941c63c docs: add UI redesign implementation plan
12-task plan covering CSS foundation, top nav, Cmd+K search,
kanban cards, detail panel, analytics, mappings, and polish.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 23:57:11 -05:00
87efedbc33 docs: add UI redesign design document
Linear/Vercel aesthetic — top nav, refined kanban cards,
muted color system, command-K search, frosted detail panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 23:53:24 -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
58d57509e5 feat: add EstimatedMinutes field and general PUT update endpoint for tasks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:10:48 -05:00
e12f78c479 chore: initial commit of TaskTracker project
Existing ASP.NET API with vanilla JS SPA, WindowWatcher, Chrome extension, and MCP server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:08:45 -05:00