Add theme toggle and button components to UI
Some checks failed
Build and Push Docker Images / changes (push) Successful in 4s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Failing after 45s

Integrated a ThemeToggle component into the Navbar for dark/light mode switching and created a reusable Button component with configurable styles. Updated `.gitignore` to exclude the `lib` folder for cleanup.
This commit is contained in:
2025-03-05 11:27:32 +01:00
parent 0df4c8c1f6
commit d0bcb77438
4 changed files with 94 additions and 2 deletions

1
.gitignore vendored
View File

@@ -147,7 +147,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/