Commit Graph

13 Commits

Author SHA1 Message Date
5a4d7e0ba9 fix: resolve ESLint errors for CI
Some checks failed
CI/CD / test (push) Failing after 1m23s
CI/CD / deploy (push) Has been skipped
- Remove unused imports (Flag, Tag, Hash, User, FolderPlus, Check, Plus, Link, cn, formatDate, getPriorityLabel)
- Remove unused variable (inbox in Sidebar)
- Fix empty catch block with comment
- Replace any types with proper Mock/Record types in tests
- Suppress set-state-in-effect for intentional form state sync
- Remove unused get parameter from zustand store
2026-01-30 03:00:17 +00:00
6f26e1117c feat: mobile-responsive layout with collapsible sidebar 2026-01-28 19:53:02 +00:00
d9bcbd9701 feat: admin password reset link UI + self-service reset page 2026-01-28 19:13:36 +00:00
a20a5c5054 fix: use UTC date components to prevent timezone off-by-one in due dates 2026-01-28 19:09:05 +00:00
f9145f6a46 feat: add project rename/delete and section selector in task detail 2026-01-28 19:03:44 +00:00
6cacfe33f9 fix: parse ISO dueDate to YYYY-MM-DD for date input display 2026-01-28 19:02:55 +00:00
ed7fe15126 Add password reset for users in admin panel 2026-01-28 18:55:03 +00:00
621559ee22 Improve board view: section management, completed column, better styling 2026-01-28 18:54:09 +00:00
872a06d713 Add role selector to invite form and user management 2026-01-28 18:46:02 +00:00
4b753cb57a Add project selector in task detail, archive completed tasks 2026-01-28 18:41:11 +00:00
b87cb69ae0 Fix project loading, task detail panel, collapsible sidebar, due dates 2026-01-28 18:32:37 +00:00
094e29d838 Add kanban board view, project creation, and task assignment 2026-01-28 17:57:57 +00:00
95b816a2e6 Initial commit - Todo app frontend 2026-01-28 16:46:44 +00:00