Commit graph

10 commits

Author SHA1 Message Date
51fe42374d feat(events): add event creation form components 2025-06-26 10:17:24 +02:00
1d9ab84047 feat: enhance header with notification buttons and user dropdown
- Updated header component to include notification buttons with icons.
- Introduced a new NavUser component for user-related actions in the sidebar.
- Added NotificationDot component for visual notification indicators.
- Created UserCard component to display user information.
- Implemented UserDropdown for user settings and logout functionality.
- Added Avatar component for user images with fallback support.
- Refactored Sheet and Tooltip components for consistency and improved styling.
- Introduced QueryProvider for managing React Query context.
- Updated SidebarProvider to use custom sidebar implementation.
- Enhanced mobile detection hook for better responsiveness.
- Updated dependencies in yarn.lock for new features and fixes.

feat: remove dot
2025-06-25 12:08:19 +02:00
87dc6162f4
feat(api): upgrade zod to v4 and implement api docs and client generation 2025-06-20 13:59:43 +02:00
a412d0710b refactor: organized component folder structure
All checks were successful
container-scan / Container Scan (pull_request) Successful in 4m39s
docker-build / docker (pull_request) Successful in 10m19s
fix: scrolling in login page
2025-06-18 22:25:27 +02:00
08a83ba3c5 feat: add .png icons for safari
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m51s
docker-build / docker (pull_request) Successful in 4m26s
2025-05-22 14:38:30 +02:00
c2a074f734 fix: format previous commit
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m0s
docker-build / docker (pull_request) Successful in 4m34s
2025-05-22 13:19:21 +02:00
e5359ea4d3 feat: add favicon and web app manifest files 2025-05-22 13:18:33 +02:00
a56b6829a2 feat: implements next-themes
Adds `next-themes` to allow users to switch between light and dark themes.
2025-05-09 17:37:11 +02:00
47210601f4
style: prettier format
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m56s
docker-build / docker (pull_request) Successful in 4m33s
2025-04-18 14:27:00 +02:00
de3b35bfa9
feat: initialize next.js application 2025-04-15 19:15:57 +02:00