Commit graph

21 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
9f0a5813be
feat(calendar): hide declined events
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m22s
docker-build / docker (pull_request) Successful in 8m54s
tests / Tests (pull_request) Successful in 6m6s
2025-06-29 19:30:01 +02:00
6231d6cd45
feat(event): display user calendars on event creation and edit pages
All checks were successful
container-scan / Container Scan (pull_request) Successful in 8m37s
docker-build / docker (pull_request) Successful in 8m29s
tests / Tests (pull_request) Successful in 6m23s
2025-06-28 17:11:56 +02:00
a3e7224087 feat(calendar): add calendar to home page
All checks were successful
container-scan / Container Scan (pull_request) Successful in 8m13s
docker-build / docker (pull_request) Successful in 9m11s
tests / Tests (pull_request) Successful in 7m3s
2025-06-26 20:29:13 +02:00
758afb36b9 feat(calendar): enhance calendar error handlick and loading 2025-06-26 20:29:03 +02:00
fd7be58541 feat(calendar): add calendar database integration and drag and drop 2025-06-26 20:29:03 +02:00
29f2a01ac6
style: format code
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m10s
docker-build / docker (pull_request) Successful in 7m25s
2025-06-23 10:45:56 +02:00
4cf5ce26ff
feat(api): implement DELETE method for /api/user/me endpoint
Some checks failed
container-scan / Container Scan (pull_request) Failing after 32s
docker-build / docker (pull_request) Successful in 7m22s
2025-06-23 10:44:26 +02:00
16b878a2e9
feat(api): stricter user data api types checking 2025-06-23 10:40:28 +02:00
280fa57e45
feat(api): implement /api/user/me/password endpoint
Some checks failed
container-scan / Container Scan (pull_request) Failing after 33s
docker-build / docker (pull_request) Failing after 5m11s
add an endpoint to allow the user to change his password
2025-06-23 10:00:19 +02:00
40d13101a3
feat(api): implement /api/event/[eventID]/participant/[user] endpoint 2025-06-20 14:00:12 +02:00
68cafccec7
feat(api): implement /api/event/[eventID]/participant endpoint 2025-06-20 14:00:11 +02:00
f5a5704be3
feat(api): implement /api/event/[eventID] endpoint 2025-06-20 14:00:10 +02:00
50d915854f
feat(api): implement /api/event endpoint 2025-06-20 14:00:09 +02:00
b10b374b84
feat(api): implement /api/search/user endpoint 2025-06-20 14:00:08 +02:00
c71de4a14c
feat(api): implement /api/user/[user]/calendar endpoint 2025-06-20 14:00:07 +02:00
eb04c276ab
feat(api): implement /api/user/[user] endpoint 2025-06-20 13:59:45 +02:00
3e890d4363
feat(api): implement /api/user/me endpoint 2025-06-20 13:59:44 +02:00
4d781775e3 refactor(login): page styling 2025-05-08 13:12:41 +02:00
93b1fec364 feat: added default route to /login 2025-05-08 13:12:41 +02:00
d86c86e137 feat: implement basic oauth authentication 2025-05-08 13:11:59 +02:00