Theis Gaedigk theis.gaedigk
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-24 12:35:05 +02:00
06dd1fc80e feat: implement dark mode support across components and update theme functions
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-24 11:51:07 +02:00
6ff96fbe87 added dark mode function - not very functonal at this point
15da52810b docs: update README to clarify project status and future improvements
Compare 2 commits »
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-24 11:30:04 +02:00
d1bb95c2a8 added Function to recognise the frontend if the logged in user is an admin or not.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 20:12:36 +02:00
85113daf45 docs: format project structure section for better readability
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 20:11:38 +02:00
dcfdfe9d86 docs: add initial README with project overview, features, and setup instructions
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 19:47:49 +02:00
46dacf1ef7 refactor: clean up commented-out code and improve theme handling
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 19:45:24 +02:00
e56278fa82 feat: add user update functionality and theme management
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 14:57:44 +02:00
a7ee03bce0 updated scheme
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 14:55:25 +02:00
4fed3d96f6 feat: implement user management features including user deletion and role-based access
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 12:10:42 +02:00
584473ba41 changed ports and networking for new react frontend
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 12:00:05 +02:00
d552f40c2d changed project struture.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 10:29:16 +02:00
2b4b554c24 Added some debugging to the token service file.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:15:13 +02:00
3ef99aebfe re formatted code
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:14:04 +02:00
be7d49820d fix: ensure proper cleanup during logout by removing token and users from storage
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:12:33 +02:00
f05bb4c23c added role column to table
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:01:48 +02:00
eb28eed69b changed design and icons for the whole website
theis.gaedigk pushed to main at theis.gaedigk/login-page 2025-07-22 19:55:11 +02:00
211a130430 fix: correct node modules paths in .gitignore
theis.gaedigk pushed to main at theis.gaedigk/login-page 2025-07-22 19:53:58 +02:00
b79fb48425 update .gitignore to include additional patterns for node modules, build outputs, logs, and IDE settings
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 19:47:58 +02:00
e019eb75be refactor: improve header component layout and button styling
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 19:39:59 +02:00
b249c73aa4 added jwt service. Currently it has some bugs and it is not very functional.