Commit graph

369 commits

Author SHA1 Message Date
05f56a2186 refactor: remove Button component and its associated styles 2025-06-24 20:54:07 +02:00
d3dfc3dc0d feat: update button variant usage in TimePicker and Calendar components and add Date-Range to Calendar 2025-06-24 20:54:07 +02:00
68d36c62ce fix: update import paths for API hooks in event form 2025-06-24 20:54:06 +02:00
53973c114e fix: update import paths for useGetApiUserMe and related components in event form 2025-06-24 20:54:06 +02:00
7ee8df3732 feat(event-form): update EventForm to support editing events with eventId and pre-fill form fields 2025-06-24 20:54:06 +02:00
8369a92520 feat: add ParticipantListEntry component and integrate draft into event form 2025-06-24 20:54:06 +02:00
f5450d9b4f fix: fix conflicts and changes after rebasing 2025-06-24 20:54:05 +02:00
a6694c4f7e feat: create db-entry on event-form-submit 2025-06-24 20:54:05 +02:00
25ebb4bb3b fix(logo): update warning message for missing width or height props 2025-06-24 20:54:05 +02:00
aebbfb9f5d fix: rename Labeled-Input size prop to variantSize 2025-06-24 20:54:05 +02:00
4772425abd fix(yarn.lock): regenerate yarn.lock 2025-06-24 20:54:04 +02:00
38401d4eba feat(event-form): add type prop to EventForm for create/edit functionality 2025-06-24 20:54:04 +02:00
af18024baf feat(labeled-input): add Big labeled input field 2025-06-24 20:54:04 +02:00
93a75b9214 feat(event-form): replace text elements with Label components for consistency 2025-06-24 20:54:04 +02:00
6eae281fd0 fix(calendar): correct background color variable in dropdown class 2025-06-24 20:54:03 +02:00
6c2c09f9e2 feat(label): add size prop to Label component for responsive text sizing 2025-06-24 20:54:03 +02:00
43e24222cc feat(event-form): enhance event form layout with TimePicker and input fields 2025-06-24 20:54:03 +02:00
f326bd8e1a feat: implement TimePicker component with date and time selection 2025-06-24 20:54:03 +02:00
29b3490132 feat: add calendar and popover components with button variants 2025-06-24 20:54:02 +02:00
3de329b157 feat: create basic layout for new new event page 2025-06-24 20:54:02 +02:00
d7da7f85cd feat(styles): define typography styles for headings and paragraphs 2025-06-24 20:54:02 +02:00
2484546be3 fix(card): update shadow style for improved visual effect 2025-06-24 20:54:01 +02:00
47f08a9bf7 feat(api): add swagger docs, /api/user/me GET and PUT endpoints 2025-06-24 20:54:01 +02:00
d42294fb0c style: format code 2025-06-24 20:54:01 +02:00
fe2d1ff0f3 feat(api): add react-query client generation and redesign api responses 2025-06-24 20:54:01 +02:00
378991e582 feat(api): add swagger docs, /api/user/me GET and PUT endpoints 2025-06-24 20:54:00 +02:00
b8ad6891e3 refactor(validation): restucture api input and output validation 2025-06-24 20:53:26 +02:00
8207230886 feat(api): add user search endpoint and normalize response data and validation 2025-06-24 20:50:40 +02:00
b5dfe9a4e3 feat(api): add tags to event and user routes for better categorization 2025-06-24 20:47:29 +02:00
4b0f51f444 feat(api): add participant management endpoints and update event response structure 2025-06-24 20:46:01 +02:00
e426e0f861 style: format code 2025-06-24 20:45:21 +02:00
2d3a6f7d6c feat(api): add endpoint for event creation and listing of all events 2025-06-24 20:44:23 +02:00
2e2b74b282 feat(api): add react-query client generation and redesign api responses 2025-06-24 20:44:12 +02:00
f245b4156f feat(api): add swagger docs, /api/user/me GET and PUT endpoints 2025-06-24 20:40:28 +02:00
d62e954348 chore(deps): update dependency @types/node to v22.15.33
All checks were successful
container-scan / Container Scan (push) Successful in 4m19s
docker-build / docker (push) Successful in 1m19s
2025-06-24 17:01:52 +00:00
2889424bfb fix(deps): update dependency next to v15.4.0-canary.94
All checks were successful
container-scan / Container Scan (push) Successful in 4m11s
docker-build / docker (push) Successful in 1m23s
2025-06-24 00:01:37 +00:00
3ee0dcf950 fix(deps): update dependency next to v15.4.0-canary.93
All checks were successful
container-scan / Container Scan (push) Successful in 3m35s
docker-build / docker (push) Successful in 1m4s
2025-06-23 11:01:37 +00:00
c98a72f2f1 Merge pull request 'feat(api): implement missing user update and delete endpoints' (#102)
All checks were successful
container-scan / Container Scan (push) Successful in 4m58s
docker-build / docker (push) Successful in 7m17s
Reviewed-on: #102
Reviewed-by: Maximilian Liebmann <lima@noreply.git.dominikstahl.dev>
2025-06-23 09:37:13 +00: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
be1502a4ac fix(deps): update dependency next to v15.4.0-canary.92
Some checks failed
container-scan / Container Scan (push) Failing after 4m35s
docker-build / docker (push) Successful in 1m30s
2025-06-23 00:00:52 +00:00
f240bf525d fix(deps): update dependency @auth/prisma-adapter to v2.10.0
All checks were successful
container-scan / Container Scan (push) Successful in 12m38s
docker-build / docker (push) Successful in 2m20s
2025-06-22 14:02:45 +00:00
525b8597f2 fix(deps): update dependency next-auth to v5.0.0-beta.29
All checks were successful
container-scan / Container Scan (push) Successful in 11m8s
docker-build / docker (push) Successful in 13m15s
2025-06-22 13:01:47 +00:00
0da8e35b9b fix(deps): update dependency next to v15.4.0-canary.91
All checks were successful
container-scan / Container Scan (push) Successful in 11m26s
docker-build / docker (push) Successful in 2m9s
2025-06-22 00:03:20 +00:00
cd1ad5dbc4 fix(deps): update dependency @tanstack/react-query to v5.81.2
All checks were successful
container-scan / Container Scan (push) Successful in 12m24s
docker-build / docker (push) Successful in 1m59s
2025-06-21 23:00:48 +00:00
5fbd7ac091 fix(deps): update dependency @tanstack/react-query to v5.81.1
All checks were successful
container-scan / Container Scan (push) Successful in 11m46s
docker-build / docker (push) Successful in 2m9s
2025-06-21 20:01:54 +00:00
5e6feb39eb fix(deps): update dependency @tanstack/react-query to v5.81.0
All checks were successful
container-scan / Container Scan (push) Successful in 10m45s
docker-build / docker (push) Successful in 1m50s
2025-06-21 13:00:48 +00:00
b652499788 fix(deps): update dependency next to v15.4.0-canary.90
All checks were successful
container-scan / Container Scan (push) Successful in 12m6s
docker-build / docker (push) Successful in 1m48s
2025-06-21 02:01:51 +00:00