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
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
2484546be3
fix(card): update shadow style for improved visual effect
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
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
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
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
198520ff83
refactor: restyle login form acording to figma
2025-06-05 17:22:45 +02:00
89cc743fda
feat: add logo component
...
refactor: restyle input according to figma
2025-06-05 17:22:45 +02:00
af0570c2d7
refactor: restyle button according to figma and change login button variant to primary
2025-06-05 17:22:45 +02:00
1eab1890dc
refactor: replace IconButton with Button and update login UI
container-scan / Container Scan (pull_request) Successful in 1m35s
docker-build / docker (pull_request) Successful in 3m36s
2025-05-17 01:12:39 +02:00
aebf89a83e
refactor: update labels and placeholders in login form inputs
docker-build / docker (pull_request) Successful in 3m24s
container-scan / Container Scan (pull_request) Successful in 4m40s
2025-05-13 23:52:50 +02:00
aca229b3d3
refactor: removes unused sso logout button
2025-05-13 18:34:58 +00:00
20eb6ae04a
refactor: dynamically generated login page
2025-05-13 18:34:58 +00:00
90a9c5d233
style: standardize quotes and formatting in Select, Separator, and Switch components
container-scan / Container Scan (pull_request) Successful in 1m30s
docker-build / docker (pull_request) Successful in 2m53s
2025-05-12 12:57:51 +02:00