Poyraz Avsever
17ff60faea
refactor: update environment configuration, enhance installation script, and add migration scripts for database setup
2026-06-13 21:10:21 +03:00
Poyraz Avsever
a47e39455c
refactor: simplify dev script in package.json and ensure nodeLinker is set in pnpm-workspace.yaml
2026-06-13 15:19:04 +03:00
Poyraz Avsever
62c3099d54
refactor: remove proposals, team, and time tracking pages for codebase cleanup
2026-06-13 15:00:14 +03:00
poyrazavsever
1ad2c6b89c
docs: add database documentation, migration registry, and setup guard for first admin registration
2026-06-09 20:32:57 +03:00
poyrazavsever
8b51eb64cd
refactor: update Dockerfile to use Node.js 22-alpine and optimize project queries in portal pages
2026-06-09 18:30:14 +03:00
poyrazavsever
7f1d01d65c
refactor: enhance sidebar layout and responsiveness in Dashboard and Portal shells
2026-06-09 16:40:46 +03:00
poyrazavsever
a2ac043aed
feat: add responsive mobile-friendly sidebar for chat sessions
2026-06-09 16:03:49 +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
poyrazavsever
f69c4a68ba
refactor: implement slide-in transition for mobile sidebars and update auth layout visibility responsiveness
2026-06-09 15:32:31 +03:00
poyrazavsever
2936bbb4ef
feat: add markdown-like text formatting for bold and italic syntax in chat messages
2026-06-09 15:16:10 +03:00
poyrazavsever
8e24e0e16a
chore: upgrade recharts to version 3.8.1
2026-06-09 15:14:49 +03:00
poyrazavsever
6e80e556af
feat: integrate official @ai-sdk/groq provider and fix image sizing constraints in layout components
2026-06-09 15:14:16 +03:00
poyrazavsever
e01ba6cc18
style: center logo links in portal and dashboard sidebars
2026-06-09 15:11:41 +03:00
poyrazavsever
98126d4c25
feat: add automated 1-click installation script and update setup documentation
2026-06-09 14:54:24 +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
68eb84abdb
chore: update application favicon
2026-06-09 00:33:10 +03:00
poyrazavsever
10f2a8e194
docs: update logo height in README
2026-06-09 00:31:50 +03:00
poyrazavsever
343f6cdfda
docs: increase logo width in README for better visibility
2026-06-09 00:31:30 +03:00
poyrazavsever
4b075806af
style: update icon source in README to light mode logo
2026-06-09 00:31:16 +03:00
poyrazavsever
3032af26a2
docs: update project logo display in README with fixed dimensions
2026-06-09 00:30:35 +03:00
poyrazavsever
4045207805
refactor: rebrand project from Cognis to Revanios and update documentation
2026-06-09 00:29:01 +03:00
poyrazavsever
5ca5d0eac0
chore: remove redundant project documentation and database schema files
2026-06-09 00:27:17 +03:00
poyrazavsever
efb4f1bfae
chore: update pnpm-lock.yaml dependencies
2026-06-09 00:22:51 +03:00
poyrazavsever
6b48da58bf
refactor: replace react-hot-toast with custom toast component, introduce SubmitButton for forms, and migrate status messages to toasts
2026-06-09 00:18:46 +03:00
poyrazavsever
b838c94be2
refactor: remove monthly filtering from journal and rename user_settings table to app_settings
2026-06-09 00:08:27 +03:00
poyrazavsever
41c6d86746
refactor: enhance client portal UI with KPI cards, update dashboard data structures, and improve project status visualization.
2026-06-09 00:02:21 +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
989a62b04e
chore: update document titles, metadata, and copy to Revanios
2026-06-08 23:19:57 +03:00
poyrazavsever
6d8e73a1d3
feat: apply new Revanios logos and typography in UI shells
2026-06-08 23:19:57 +03:00
poyrazavsever
0ceb9e2a8b
chore: replace brand assets and manifest icons for Revanios
2026-06-08 23:19:57 +03:00
poyrazavsever
bf498fdf1a
perf: optimize timer interval lifecycle in time tracking
2026-06-08 23:19:56 +03:00
poyrazavsever
6f873b6c6f
chore: optimize dev memory limit and fix next-pwa build config
2026-06-08 23:19:55 +03:00
Poyraz Avsever
950522d467
feat: Implement first admin setup guard to lock registration after initial account creation
...
- Updated the registration flow to check if the first admin account has been created, preventing further public registrations.
- Introduced `is_first_admin_setup_available` function to determine registration availability.
- Modified the `/register` and `/login` pages to redirect based on the setup state.
- Enhanced the user creation process to handle internal admin accounts correctly.
- Added migration script to enforce the new registration rules in the database.
- Refactored chat API to improve message handling and context building.
- Updated dashboard and settings components for better state management.
- Improved error handling and user feedback across various components.
2026-06-08 16:22:26 +03:00
Poyraz Avsever
cf8492db9e
feat: implement portal project client view with revision request functionality
2026-06-08 15:45:06 +03:00
Poyraz Avsever
1bc51ffd21
feat: add revisions and tasks pages to client portal with integrated sidebar navigation
2026-06-08 15:43:59 +03:00
Poyraz Avsever
37eee3a545
feat: initialize sidebar navigation configuration and data structure
2026-06-08 15:14:32 +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
c0bd227e9f
feat: add Kanban-based pipeline board and client management UI for CRM module
2026-06-08 14:10:17 +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
855723ffd1
ui: implement custom tooltips and update bar chart colors for analytics and dashboard components
2026-06-07 07:27:38 +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
990c7a21b6
feat: add health check endpoint, fix task date filtering, and update Next.js type reference path
2026-06-06 23:25:38 +03:00
poyrazavsever
59b3897b44
feat: add Docker configuration and health check endpoint while updating analytics filtering and build types
2026-06-06 23:22:38 +03:00
poyrazavsever
5353c43279
fix: resolve invalid div nesting in finance dashboard header
2026-06-06 22:45:24 +03:00
poyrazavsever
20b81d4b12
feat: add client revision tracking and public task visibility toggle in project details
2026-06-06 22:35:39 +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