style: apply littwin-blue color to NTP settings checkbox

- Add accent-littwin-blue class to NTP active checkbox
- Increase checkbox size to w-4 h-4 for better visibility
- Maintain consistent brand coloring across UI components
This commit is contained in:
ISA
2025-07-31 16:31:16 +02:00
parent 4fe64382f3
commit c1ed09a21d
6 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
## [1.6.671] 2025-07-31
- feat: hide logout button when admin is not logged in
- Add conditional rendering for "Abmelden" button based on isAdminLoggedIn state
- Button only appears when localStorage contains "isAdminLoggedIn": "true"
- Improves UI cleanliness by hiding unnecessary logout option for regular users
- Maintains existing admin warning banner and logout functionality when needed
---
## [1.6.670] 2025-07-31
- feat: implement modal chart system with conditional UI and message filtering