feat: Material Icons, customizable app name & dark/light mode toggle

- Add Google Material Icons integration with smart_toy robot icon
- Implement app_settings database table for persistent configuration
- Add App Name customization in Settings (changes navigation & title)
- Add Dark/Light Mode theme switcher
  - Dark Mode: Lightened black (#0f0f0f) with blue accents (#0a84ff)
  - Light Mode: Clean white/gray with red accents (#ef4444)
- Create context_processor for global app_settings injection
- Redesign Settings page with new App Design section
- Optimize CSS: 724 additions, reduced complexity
- Remove outdated agent reminders (70 lines cleanup)
This commit is contained in:
pdyde 2026-02-21 16:59:18 +01:00
parent f43bf1646d
commit 2a9941f35f
14 changed files with 461 additions and 582 deletions

View file

@ -34,7 +34,7 @@ Nutze diese URLs (bei Fehler nächste probieren):
- Österr. Recht: WebFetch → https://ris.bka.gv.at
- Beliebige Infos: WebFetch auf relevante URLs oder Bash curl
## Dateizugriff (Arbeitsverzeichnis: /mnt/d/agent-test)
## Dateizugriff
- Dokumente finden: Glob `**/*.docx`, `**/*.md`, `**/*.txt`
- Inhalte suchen: Grep nach Keywords
- Emails lesen: Read auf `emails/` Verzeichnis