MeetUp/src/app/api
Maximilian Liebmann 9191eb3df0
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
feat: Implement settings dropdown and page components
- 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
..
auth/[...nextauth] refactor(login): page styling 2025-05-08 13:12:41 +02:00
calendar feat(calendar): hide declined events 2025-06-29 19:30:01 +02:00
event feat(api): implement /api/event/[eventID]/participant/[user] endpoint 2025-06-20 14:00:12 +02:00
logout feat: Implement settings dropdown and page components 2025-07-01 00:09:59 +02:00
search/user feat(event): display user calendars on event creation and edit pages 2025-06-28 17:11:56 +02:00
user feat: Implement settings dropdown and page components 2025-07-01 00:09:59 +02:00
validation.ts feat(api): implement /api/user/me endpoint 2025-06-20 13:59:44 +02:00