Commit Graph
8 Commits
Author SHA1 Message Date
poyrazavsever dafd9eb344 feat(ui): add workspace customization and simplify navigation 2026-07-17 12:47:54 +03:00
poyrazavsever 678c0236db feat(backend): migrate freelancer and portal runtimes 2026-07-17 00:16:38 +03:00
Poyraz 3634b3a227 feat: add dashboard client components for finance, journal, projects, tasks, analytics, calendar, clients, and main overview 2026-06-16 18:45:51 +03:00
poyrazavsever 3d899c07fe refactor: improve mobile responsiveness and layout consistency across dashboard views by adding horizontal scrolling and unifying Sidebar components. 2026-06-09 16:01:38 +03:00
Poyraz Avsever 7ee3104158 feat(calendar): implement calendar event management with create, update, and delete functionalities
- Added actions for creating, updating, and deleting calendar events in `actions.ts`.
- Introduced `CalendarClient` component to handle event display and interaction in `calendar-client.tsx`.
- Refactored `CalendarPage` to fetch events, clients, projects, and tasks from Supabase and pass them to `CalendarClient`.
- Enhanced form handling for event creation and editing with proper validation and error handling.
2026-06-04 19:53:44 +03:00
Poyraz Avsever 1c9eca814e feat: scaffold initial dashboard layout and base pages for all modules 2026-05-08 17:29:02 +03:00
Poyraz Avsever 6419ee99bf feat: implement dashboard layout and calendar view page with event management features 2026-05-08 12:17:28 +03:00
Poyraz Avsever 0233122b6d feat: implement dashboard layout shell with responsive sidebar, global dark theme, and navigation pages 2026-05-08 11:50:18 +03:00