|
71315cbb5b
|
fix(redirect-button): update import path for Button component
|
2025-06-24 20:54:08 +02:00 |
|
|
49386afc07
|
fix(label): correct size class for large label from 'text-lg' to 'text-xl'
|
2025-06-24 20:54:08 +02:00 |
|
|
0caddb59d8
|
feat: integrate sonner for toast notifications and add ToastInner component
|
2025-06-24 20:54:08 +02:00 |
|
|
70a819f525
|
refactor: update import paths
|
2025-06-24 20:54:08 +02:00 |
|
|
05649e3c11
|
fix: button component
|
2025-06-24 20:54:07 +02:00 |
|
|
4476ee6eb9
|
feat(event-form): fix view of created_at and updated_at on edit and implement redirect for save and cancel buttons
|
2025-06-24 20:54:07 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
f245b4156f
|
feat(api): add swagger docs, /api/user/me GET and PUT endpoints
|
2025-06-24 20:40:28 +02:00 |
|
|
29f2a01ac6
|
style: format code
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
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
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 |
|
|
445a15ccc7
|
feat(api): add username to homepage
container-scan / Container Scan (pull_request) Successful in 8m8s
docker-build / docker (pull_request) Successful in 8m33s
example for the api usage
|
2025-06-20 14:00:13 +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 |
|
|
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
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 |
|
|
4e87c11ec3
|
feat: implement credentials login
implements the credentials login functionality
|
2025-06-14 09:57:28 +00:00 |
|
|
171f0ae099
|
fix: simplify button styling by removing unnecessary hover classes
|
2025-06-11 06:13:56 +00:00 |
|
|
a351a9017d
|
fix: add cursor pointer to button variants for improved interactivity
|
2025-06-11 06:13:56 +00:00 |
|
|
9183117a20
|
feat: add form reset functionality and ref to login form
|
2025-06-11 06:13:23 +00:00 |
|