Commit Graph
3 Commits
Author SHA1 Message Date
poyrazavsever 4c46a70212 feat: implement project detail page with planning sections, tasks, and finance management
feat: add project planning section CRUD operations and integrate with Supabase
feat: enhance project card interactions with navigation to project details
fix: update task completion logic to revalidate project paths
2026-06-05 09:39:22 +03:00
Poyraz Avsever f17be7cfed feat(tasks): add task status update functionality and improve relation ID handling 2026-06-04 19:28:55 +03:00
Poyraz Avsever f41815329f feat(tasks): implement task management actions and UI components
- Added actions for creating, updating, completing, and deleting tasks in `actions.ts`.
- Refactored `TasksPage` to fetch tasks from Supabase and display them using the new `TasksClient` component.
- Created `tasks-client.tsx` to handle task listing and Kanban view with filtering capabilities.
- Introduced a dialog for task creation and editing with form validation.
- Enhanced task display with status and priority badges, and added overdue checks.
2026-06-04 15:51:13 +03:00