Commit graph

18 commits

Author SHA1 Message Date
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
aeff20589b feat: replace login button with a dedicated login form component 2025-05-08 13:14:35 +02:00
d7e682d484 fix: removes unused props from login component 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
486e8cc1f8 feat: update login and logout components and labels 2025-05-08 13:12:41 +02:00
4d781775e3 refactor(login): page styling 2025-05-08 13:12:41 +02:00
64bd361b57 feat: added labeled input and texbox stying 2025-05-08 13:12:41 +02:00
d781567b4f feat: added logout route and icon 2025-05-08 13:12:41 +02:00
eb74878380 fix: changed button component references 2025-05-08 13:12:41 +02:00
8a627983df fix: renamed button related files 2025-05-08 13:12:41 +02:00
77ef7038d2 feat: added button styling and updated login layout 2025-05-08 13:12:41 +02:00
d86c86e137 feat: implement basic oauth authentication 2025-05-08 13:11:59 +02:00