poyrazavsever
e01ba6cc18
style: center logo links in portal and dashboard sidebars
2026-06-09 15:11:41 +03:00
poyrazavsever
d80af01d14
chore: rebrand project from Revanios to Neta and update associated assets and configurations
2026-06-09 14:46:44 +03:00
poyrazavsever
99d27f3a6a
refactor: remove legacy layout components and unused mood tracker page
2026-06-08 23:54:32 +03:00
poyrazavsever
58c8620db6
style: reduce vertical padding in dashboard and portal sidebar headers
2026-06-08 23:33:53 +03:00
poyrazavsever
6d8e73a1d3
feat: apply new Revanios logos and typography in UI shells
2026-06-08 23:19:57 +03:00
Poyraz Avsever
60f40773cb
feat: implement responsive PortalShell layout with sidebar navigation and user profile management
2026-06-08 14:57:02 +03:00
Poyraz Avsever
6ef5597744
feat: implement project management and portal client detail views with dashboard shell and layout components
2026-06-08 14:56:29 +03:00
Poyraz Avsever
2c47b861d0
feat: implement portal shell layout, sidebar configuration, and tasks page skeleton
2026-06-08 14:10:48 +03:00
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 Avsever and Copilot
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