Commit graph

286 commits

Author SHA1 Message Date
3f99449f2f chore(deps): update tailwindcss monorepo to v4.1.9
All checks were successful
container-scan / Container Scan (push) Successful in 6m46s
docker-build / docker (push) Successful in 1m50s
2025-06-11 15:01:22 +00:00
de2e1c22ff chore(deps): update dependency @types/react to v19.1.8
All checks were successful
container-scan / Container Scan (push) Successful in 6m15s
docker-build / docker (push) Successful in 2m6s
2025-06-11 14:00:48 +00:00
72a5c25838 Merge pull request 'fix: add cursor pointer to button variants for improved interactivity' (#89)
All checks were successful
container-scan / Container Scan (push) Successful in 3m23s
docker-build / docker (push) Successful in 4m33s
Reviewed-on: #89
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-06-11 06:13:56 +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
15fbf27459 Merge pull request 'feat: register page' (#91)
Some checks failed
docker-build / docker (push) Waiting to run
container-scan / Container Scan (push) Has been cancelled
Reviewed-on: #91
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-06-11 06:13:23 +00:00
9183117a20 feat: add form reset functionality and ref to login form 2025-06-11 06:13:23 +00:00
386d72d914 fix: correct typo in Prisma command in README.md 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
abae5c74d5 fix(deps): update dependency tailwind-merge to v3.3.1
All checks were successful
container-scan / Container Scan (push) Successful in 5m35s
docker-build / docker (push) Successful in 1m50s
2025-06-10 21:00:48 +00:00
3569ccc18e chore(deps): update dependency @types/node to v22.15.31
All checks were successful
container-scan / Container Scan (push) Successful in 5m20s
docker-build / docker (push) Successful in 1m20s
2025-06-10 03:01:07 +00:00
d4de7876cc chore(deps): update dependency @types/react to v19.1.7
All checks were successful
container-scan / Container Scan (push) Successful in 4m52s
docker-build / docker (push) Successful in 1m40s
2025-06-09 21:01:08 +00:00
0c93778c5a chore(deps): update node.js to 41e4389
All checks were successful
container-scan / Container Scan (push) Successful in 2m9s
docker-build / docker (push) Successful in 1m14s
2025-06-09 09:00:24 +00:00
4b80c89050 Merge pull request 'chore: add development docker environment' (#77)
All checks were successful
container-scan / Container Scan (push) Successful in 3m33s
docker-build / docker (push) Successful in 5m37s
Reviewed-on: #77
Reviewed-by: Maximilian Liebmann <lima@noreply.git.dominikstahl.dev>
2025-06-09 08:12:45 +00:00
16cde64761 docs: add note about docker development environment 2025-06-09 08:12:45 +00:00
a2a5eee49e chore: add development docker environment
adds a docker environment for development.
can be started using:
`docker compose -f docker-compose.dev.yml up --watch --build`
2025-06-09 08:12:45 +00:00
cdc0e81e51 Merge pull request 'fix(deps): update prisma monorepo to v6.9.0' (#86)
All checks were successful
container-scan / Container Scan (push) Successful in 3m22s
docker-build / docker (push) Successful in 1m47s
Reviewed-on: #86
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-06-07 13:31:59 +00:00
c732b3138e
fix(deps): update prisma monorepo to v6.9.0
All checks were successful
docker-build / docker (push) Successful in 11m37s
container-scan / Container Scan (pull_request) Successful in 9m5s
docker-build / docker (pull_request) Successful in 2m4s
2025-06-07 15:07:14 +02:00
24110a733d chore(deps): update dependency @types/node to v22.15.30
All checks were successful
container-scan / Container Scan (push) Successful in 7m22s
docker-build / docker (push) Successful in 9m25s
2025-06-05 19:00:43 +00:00
6cf0b59a9e Merge pull request 'refactor: create styling structure and restyle components to reflect brand design' (#85)
All checks were successful
container-scan / Container Scan (push) Successful in 2m53s
docker-build / docker (push) Successful in 9m33s
Reviewed-on: #85
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-06-05 18:03:49 +00:00
a17cf65452 feat: update button variants to 'outline_muted' for improved visual consistency
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m2s
docker-build / docker (pull_request) Successful in 7m39s
2025-06-05 19:50:20 +02:00
f0eb05c50d fix: update separator color and improve conditional rendering for provider map
Some checks failed
container-scan / Container Scan (pull_request) Failing after 1m0s
docker-build / docker (pull_request) Failing after 6m25s
2025-06-05 18:17:38 +02:00
7cefd39652 feat: add button font and enhance muted color variables for improved accessibility 2025-06-05 18:17:38 +02: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
01c77101f9 Merge pull request 'refactor: style login page' (#80)
All checks were successful
container-scan / Container Scan (push) Successful in 2m58s
docker-build / docker (push) Successful in 9m19s
Reviewed-on: #80
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-06-05 15:54:27 +00: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
d4d4421f36 feat: add neutral-450 color variable and update muted input color for better contrast 2025-06-05 17:38:47 +02:00
b309688372 feat(routing): exclude fonts from redirect 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
a1a482abcc feat(fonts): Add Varela Round and Comfortaa fonts and their OFL licenses
The changes add the SIL Open Font License (OFL) text files for the Varela Round and Comfortaa font families. This ensures the proper licensing information is included with the font files, allowing users to understand the terms under which they can use and distribute these fonts.
2025-06-05 17:22:45 +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
b5d1086131 feat(login): enhance login page UI with logo and separator
refactor: restyle login page according to figma
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
effa57a501 chore(deps): update dependency @types/react-dom to v19.1.6
All checks were successful
container-scan / Container Scan (push) Successful in 5m54s
docker-build / docker (push) Successful in 8m14s
2025-06-04 13:01:07 +00:00
e897c55c68 chore(deps): update dependency tw-animate-css to v1.3.4
All checks were successful
container-scan / Container Scan (push) Successful in 5m50s
docker-build / docker (push) Successful in 7m31s
2025-06-04 10:00:44 +00:00
983951beed chore(deps): update yarn to v4.9.2
All checks were successful
container-scan / Container Scan (push) Successful in 2m21s
docker-build / docker (push) Successful in 56s
2025-06-03 21:00:55 +00:00
195332c46f chore(deps): update dependency tw-animate-css to v1.3.3
All checks were successful
container-scan / Container Scan (push) Successful in 3m35s
docker-build / docker (push) Successful in 1m1s
2025-06-01 10:01:11 +00:00
88faae0fc9 chore(deps): update node.js to 41e4389
All checks were successful
container-scan / Container Scan (push) Successful in 1m45s
docker-build / docker (push) Successful in 1m11s
2025-05-31 07:00:22 +00:00
6c1c4acd6e chore(deps): update node.js to fa5f577
All checks were successful
container-scan / Container Scan (push) Successful in 1m37s
docker-build / docker (push) Successful in 1m17s
2025-05-31 04:00:21 +00:00
5e5b58d33c chore(deps): update node.js to d0baf82
All checks were successful
container-scan / Container Scan (push) Successful in 3m15s
docker-build / docker (push) Successful in 1m19s
2025-05-31 01:00:25 +00:00