Commit graph

11 commits

Author SHA1 Message Date
9191eb3df0 feat: Implement settings dropdown and page components
Some checks failed
tests / Tests (pull_request) Has been cancelled
docker-build / docker (pull_request) Has been cancelled
container-scan / Container Scan (pull_request) Has been cancelled
- Added `SettingsDropdown` component for selecting settings sections with icons and descriptions.
- Created `SettingsPage` component to manage user settings, including account details, notifications, calendar availability, privacy, and appearance.
- Introduced `SettingsSwitcher` for selecting options within settings.
- Integrated command and dialog components for improved user interaction.
- Updated `UserDropdown` to include links for settings and logout.
- Refactored button styles and card footer layout for consistency.
- Added popover functionality for dropdown menus.
- Updated dependencies in `yarn.lock` for new components.

feat: tempcommit

feat: tempcommit
2025-07-01 00:09:59 +02:00
0815440f72
feat(auth): add additional sso providers
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m18s
docker-build / docker (pull_request) Successful in 3m25s
tests / Tests (pull_request) Successful in 2m45s
2025-06-30 10:18:13 +02:00
87dc6162f4
feat(api): upgrade zod to v4 and implement api docs and client generation 2025-06-20 13:59:43 +02:00
4e87c11ec3 feat: implement credentials login
implements the credentials login functionality
2025-06-14 09:57:28 +00:00
514254b407 fix: update prisma import paths and adjust .gitignore for generated files 2025-05-19 20:16:31 +00:00
8ef0ea17d4 feat: set up prisma db 2025-05-19 20:16:31 +00:00
20eb6ae04a refactor: dynamically generated login page 2025-05-13 18:34:58 +00:00
ddcb14e564 refactor: move auth check into pages 2025-05-13 18:34:58 +00:00
bf50f3a5a5 fix: disable sso login when no issuer present 2025-05-08 13:12:41 +02:00
d43c0f78b4 feat: setup protected routes 2025-05-08 13:12:41 +02:00
d86c86e137 feat: implement basic oauth authentication 2025-05-08 13:11:59 +02:00