Commit graph

86 commits

Author SHA1 Message Date
0e0ce4597c feat: add default user icon and participant list entry component 2025-06-20 00:01:09 +02:00
5616ba05de feat: create edit Event Page and add closeOnAction prop for Toaster 2025-06-19 20:48:37 +02:00
b3ee77f9a8 feat: implement responsive expansion for Toaster component 2025-06-19 20:48:37 +02:00
98f2395ff2 fix(toast-inner): remove unnecessary router import 2025-06-19 20:48:37 +02:00
eb725020f5 feat(event-form): replace toast notification with custom ToastInner component 2025-06-19 20:48:36 +02:00
e9f60a0d00 fix(redirect-button): update import path for Button component 2025-06-19 20:48:36 +02:00
67e519ce9d fix(label): correct size class for large label from 'text-lg' to 'text-xl' 2025-06-19 20:48:36 +02:00
607ec39de2 feat: integrate sonner for toast notifications and add ToastInner component 2025-06-19 20:48:36 +02:00
43891f6084 refactor: update import paths 2025-06-19 20:48:35 +02:00
0e996a454f fix: button component 2025-06-19 20:48:35 +02:00
3f3d119e6d feat(event-form): fix view of created_at and updated_at on edit and implement redirect for save and cancel buttons 2025-06-19 20:48:35 +02:00
2d9a87d767 refactor: remove Button component and its associated styles 2025-06-19 20:48:35 +02:00
f7c9fad6cc feat: update button variant usage in TimePicker and Calendar components and add Date-Range to Calendar 2025-06-19 20:48:35 +02:00
6036ce49bb fix: update import paths for API hooks in event form 2025-06-19 20:48:34 +02:00
683013b3d3 fix: update import paths for useGetApiUserMe and related components in event form 2025-06-19 20:48:34 +02:00
18a1ffbc11 feat(event-form): update EventForm to support editing events with eventId and pre-fill form fields 2025-06-19 20:48:34 +02:00
1fd3e09774 feat: add ParticipantListEntry component and integrate draft into event form 2025-06-19 20:48:34 +02:00
5f1a32cac9 feat: create db-entry on event-form-submit 2025-06-19 20:48:34 +02:00
411386b51e fix(logo): update warning message for missing width or height props 2025-06-19 20:48:33 +02:00
07be9a02b6 fix: rename Labeled-Input size prop to variantSize 2025-06-19 20:48:33 +02:00
ae7079dbfa feat(event-form): add type prop to EventForm for create/edit functionality 2025-06-19 20:48:33 +02:00
7bccd3405d feat(labeled-input): add Big labeled input field 2025-06-19 20:48:33 +02:00
dcf89a1e57 feat(event-form): replace text elements with Label components for consistency 2025-06-19 20:48:33 +02:00
33601eda97 fix(calendar): correct background color variable in dropdown class 2025-06-19 20:48:32 +02:00
444a8e0261 feat(label): add size prop to Label component for responsive text sizing 2025-06-19 20:48:32 +02:00
94013d03ae feat(event-form): enhance event form layout with TimePicker and input fields 2025-06-19 20:48:32 +02:00
f5eb4fe7d5 feat: implement TimePicker component with date and time selection 2025-06-19 20:48:32 +02:00
4813c78b13 feat: add calendar and popover components with button variants 2025-06-19 20:48:32 +02:00
f69d5696a5 feat: create basic layout for new new event page 2025-06-19 20:48:31 +02:00
6626aae3f7 fix(card): update shadow style for improved visual effect 2025-06-19 20:48:30 +02:00
eef17c5360
refactor(validation): restucture api input and output validation
All checks were successful
container-scan / Container Scan (pull_request) Successful in 5m17s
docker-build / docker (pull_request) Successful in 6m1s
2025-06-19 15:53:53 +02:00
16a5825dd3
feat(api): add user search endpoint and normalize response data and validation 2025-06-18 23:19:27 +02:00
3a0ce64c00
feat(api): add react-query client generation and redesign api responses 2025-06-18 23:19:02 +02:00
a412d0710b refactor: organized component folder structure
All checks were successful
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
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
6c479e80d6 feat: enhance login form with sign-up input-fields and autocomplete attributes 2025-06-11 06:13:23 +00:00
327b984974 feat: update button variants and styles for improved consistency and accessibility 2025-06-05 18:17:38 +02:00
573c3053b6 refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
9cb378f197 refactor: change className of input component 2025-06-05 18:14:39 +02:00
49b3869d7b feat(logo): consolidate logo imports into a single export file
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m10s
docker-build / docker (pull_request) Successful in 7m41s
2025-06-05 17:38:47 +02:00
f0e23139a2 refactor: remove debug log and unused onError prop 2025-06-05 17:38:47 +02:00
9acb71d050 feat: add values to globals.css edited dropdown, input, label and select
to reflect new values
2025-06-05 17:38:47 +02:00
772c8f84e8 feat: finished creating login page
Fixed Color Picker
2025-06-05 17:38:47 +02:00
6350208c4d style(ui): update input and dropdown-menu colors for consistency
Refine color variables and class names in input and dropdown-menu
components to improve visual consistency and accessibility. Introduce
new CSS variables for input text and muted input states. Adjust focus
and selection styles to better align with the overall design system.
2025-06-05 17:38:47 +02:00
4b3e0677e4 feat(settings): add font and apply to relevant text fields 2025-06-05 17:34:40 +02:00
4f4e73318a feat(ui): Improve login card design and theme customization
Refactor the `Button` component, add new `LoginCard` component, update `ThemePicker` component, edit global CSS styles to include card background and foreground and style the login page, including the logo and login form.
2025-06-05 17:22:45 +02:00
9f9c2157f5 feat: refactor logo component to use dynamic imports for assets and remove theme prop 2025-06-05 17:22:45 +02:00
f3b5f5c87c feat: add separator component 2025-06-05 17:22:45 +02:00