Commit Graph
17 Commits
Author SHA1 Message Date
Poyraz Avsever d41267c29b feat: implement portal shell layout with user authentication, sidebar navigation, and progress tracking 2026-06-08 13:56:06 +03:00
poyrazavsever 47b9f728e6 refactor: implement responsive side navigation with new portal sidebar configuration 2026-06-07 07:40:57 +03:00
poyrazavsever 1e8c66176b fix: resolve layout overflow by adding min-width constraints and update Next.js route type path 2026-06-07 01:22:44 +03:00
poyrazavsever c361fff5a7 feat: implement client portal project view with revision request functionality and layout structure 2026-06-06 22:31:55 +03:00
poyrazavsever 4d759bf494 refactor: remove fixed width from sidebar to improve responsiveness 2026-06-06 22:13:58 +03:00
poyrazavsever 44f4423082 refactor: update chat input handling, prune unused settings menu items, and enable turbopack configuration 2026-06-06 22:06:49 +03:00
poyrazavsever a341f1f69f fix: update import path for route types in TypeScript environment file 2026-06-05 09:37:04 +03:00
Poyraz Avsever 7808df0c56 feat: enhance DashboardShell with dropdown menu for user profile; update sidebar titles for consistency 2026-06-03 10:49:27 +03:00
Poyraz Avsever 01692d3958 chore: update dependencies and configuration for Tailwind CSS
- Added "@tailwindcss/postcss" to package.json dependencies.
- Updated "tailwindcss" version to "^4.3.0" in package.json.
- Modified postcss.config.mjs to use "@tailwindcss/postcss" instead of "tailwindcss".
- Changed darkMode configuration in tailwind.config.ts to a string format.
2026-06-02 12:46:18 +03:00
Poyraz Avsever 53a225594a feat: enhance roadmap with detailed tasks and acceptance criteria; update database documentation and query management 2026-06-01 11:43:37 +03:00
Poyraz Avsever c309539db5 feat: implement responsive dashboard layout with sidebar navigation and full-screen clock overlay 2026-05-08 12:09:41 +03:00
Poyraz Avsever a08042bf83 feat: implement responsive dashboard shell with integrated sidebar and user profile management 2026-05-08 11:52:32 +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
Poyraz Avsever 9adc34418e Refactor code structure for improved readability and maintainability 2026-05-08 11:18:55 +03:00
Poyraz Avsever a132443c93 feat: implement layout components, shared input UI, and define global color theme 2026-05-07 11:21:08 +03:00
Poyraz Avsever 983c8fd6aa style: format code for improved readability and consistency across multiple files 2026-05-06 16:20:27 +03:00
Poyraz AvseverandCopilot c73bf0e499 feat: add form components and UI elements for enhanced user interaction
- Introduced Form, FormField, FormItem, FormLabel, FormControl, FormDescription, FormMessage components for structured form handling.
- Added Input, Textarea, and Select components for user input.
- Implemented Label and Separator components for better UI organization.
- Created Skeleton component for loading states.
- Developed Toast and Toaster components for user notifications.
- Integrated useToast hook for managing toast notifications.
- Established AI analysis functionality with analyzeJournalWithLocalAI.
- Set up Dexie for local database management with Journal and Task models.
- Configured Supabase client for server-side and browser-side interactions.
- Defined database schema for journals, tasks, chat sessions, and messages with Row Level Security policies.

Co-authored-by: Copilot <copilot@github.com>
2026-05-06 16:20:14 +03:00