Commit graph

164 commits

Author SHA1 Message Date
5bcb16a9b5 refactor: simplify middleware
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m47s
docker-build / docker (pull_request) Successful in 4m33s
2025-05-22 15:12:23 +02:00
08a83ba3c5 feat: add .png icons for safari
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m51s
docker-build / docker (pull_request) Successful in 4m26s
2025-05-22 14:38:30 +02:00
c2a074f734 fix: format previous commit
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m0s
docker-build / docker (pull_request) Successful in 4m34s
2025-05-22 13:19:21 +02:00
e5359ea4d3 feat: add favicon and web app manifest files 2025-05-22 13:18:33 +02:00
88dc6303c1 feat: add transparent color variable and update background color in globals.css
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m29s
docker-build / docker (pull_request) Successful in 4m16s
2025-05-21 07:43:30 +00:00
590b7c5696 feat: added figma css variables to globals.css 2025-05-21 07:43:30 +00:00
2bfe216b23 feat: upload logo files
All checks were successful
container-scan / Container Scan (pull_request) Successful in 8m55s
docker-build / docker (pull_request) Successful in 5m44s
2025-05-20 14:10:09 +02:00
776142a388 Merge pull request 'refactor: replace IconButton with Button and update login UI' (#66)
All checks were successful
container-scan / Container Scan (push) Successful in 5m53s
docker-build / docker (push) Successful in 4m28s
Reviewed-on: #66
Reviewed-by: Dominik <mail@dominikstahl.dev>
2025-05-20 09:10:54 +00:00
ec37fd1375 style: format files 2025-05-19 20:16:31 +00:00
514254b407 fix: update prisma import paths and adjust .gitignore for generated files 2025-05-19 20:16:31 +00:00
8ef0ea17d4 feat: set up prisma db 2025-05-19 20:16:31 +00:00
1eab1890dc refactor: replace IconButton with Button and update login UI
All checks were successful
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
All checks were successful
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
b68a561886 feat: add logout page 2025-05-13 18:34:58 +00:00
20eb6ae04a refactor: dynamically generated login page 2025-05-13 18:34:58 +00:00
ddcb14e564 refactor: move auth check into pages 2025-05-13 18:34:58 +00:00
90a9c5d233 style: standardize quotes and formatting in Select, Separator, and Switch components
All checks were successful
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
d16cfbcb71 feat: added tabs to settings window and created general settings window design 2025-05-12 12:57:46 +02:00
7949c09544 feat: add ScrollableSettingsWrapper component for scrollable settings 2025-05-12 11:11:04 +02:00
f0a8275536 feat: add Radix UI Select, Separator, and Switch components 2025-05-12 11:11:04 +02:00
fd6462e02d feat: implement Settings page with tabs 2025-05-12 11:10:58 +02:00
da5a2324c6 style: standardize quotes and formatting in Tabs component 2025-05-12 11:10:11 +02:00
033801d596 feat: add Radix UI Tabs component and update dependencies 2025-05-12 10:58:26 +02:00
f631195f8a feat: add Tabs component with Radix UI integration 2025-05-12 10:56:41 +02:00
749a24a44d style: standardize quotes and formatting in DropdownMenu component
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m2s
docker-build / docker (pull_request) Successful in 2m57s
2025-05-12 10:01:07 +02:00
11204f0e34 feat: restructure Home component layout and add ThemePicker 2025-05-12 10:01:07 +02:00
ce39729d74 feat: add theme picker to login page layout 2025-05-12 10:00:55 +02:00
671eab15b8 feat: add dropdown menu component and theme picker 2025-05-12 09:59:31 +02:00
7555cb4fe8 fix: update LabeledInput component to use Label from UI library and adjust spacing in LoginForm
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m6s
docker-build / docker (pull_request) Successful in 3m14s
2025-05-12 09:44:43 +02:00
b87a761808 feat: add Radix UI label component and update dependencies 2025-05-12 09:44:43 +02:00
669ad20a09 feat: add image optimization settings and clean up hover card component 2025-05-12 07:02:53 +00:00
811587d9d4 feat: add HoverCard component and minimal page footer 2025-05-12 07:02:53 +00:00
8298dbba28 fix: update middleware to redirect authenticated users to home
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m31s
docker-build / docker (pull_request) Successful in 7m43s
Automatically redirectis authenticated users from root path ('/') to the '/home' page.
2025-05-11 12:21:02 +02:00
2a8dd6a596 refactor: replace Button with IconButton in Logout component
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m58s
docker-build / docker (pull_request) Successful in 9m12s
2025-05-09 18:46:30 +02:00
8ab50b2c5e refactor: restyle login page with UI components
All checks were successful
container-scan / Container Scan (pull_request) Successful in 8m27s
docker-build / docker (pull_request) Successful in 9m5s
Improves the login page's visual appearance by using Card and Input components.
2025-05-09 17:38:07 +02:00
a56b6829a2 feat: implements next-themes
Adds `next-themes` to allow users to switch between light and dark themes.
2025-05-09 17:37:11 +02:00
b81210d2ea feat: implement IconButton component and update SSOLogin to use it 2025-05-09 16:35:06 +02:00
bbe61d16d0 fix: add hover styles to the login button in LoginForm component 2025-05-09 16:35:06 +02:00
e75e1eb2db feat: refactor UI components and integrate Tailwind CSS for styling 2025-05-09 16:35:06 +02:00
fc3431f8f4 feat: setup Tailwind CSS 2025-05-09 16:35:06 +02:00
97ea28f588 fix: correct condition for MEETUP_SKIP_LOGIN environment variable in middleware
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m23s
docker-build / docker (pull_request) Successful in 7m35s
2025-05-08 13:21:28 +02:00
6a076c0b93 fix: remove unnecessary comment from login page
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m12s
docker-build / docker (pull_request) Successful in 5m43s
2025-05-08 13:17:28 +02:00
0187b2e955 fix: update middleware to check MEETUP_SKIP_LOGIN environment variable before redirecting to login
Some checks failed
container-scan / Container Scan (pull_request) Successful in 5m3s
docker-build / docker (pull_request) Failing after 6m25s
2025-05-08 13:14:35 +02:00
aeff20589b feat: replace login button with a dedicated login form component 2025-05-08 13:14:35 +02:00
d8d666f2f0 fix: removes duplicate SSO login component 2025-05-08 13:12:41 +02:00
d7e682d484 fix: removes unused props from login component 2025-05-08 13:12:41 +02:00
bf50f3a5a5 fix: disable sso login when no issuer present 2025-05-08 13:12:41 +02:00
43504d31f7 feat: added normal login button 2025-05-08 13:12:41 +02:00
710db0a991 feat: trying to add normal login button 2025-05-08 13:12:41 +02:00