feat(design): cyan accent, dialog overflow fixes, unified delete buttons, nav polish

This commit is contained in:
opencode
2026-08-06 23:03:14 +02:00
parent e65daea8dd
commit 54364d7a88
49 changed files with 4776 additions and 31 deletions
+44
View File
@@ -0,0 +1,44 @@
# v0.9.5 — Release Notes
**Date:** 2026-08-06 · **Tag:** [`v0.9.5`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.9.5)
## Design: Neon polish & cyan accent
Continuation of the neon/AI look from v0.9.3/v0.9.4 — now with a fresh
**cyan accent** as the primary color in dark mode.
## Fixes & improvements
- **Cyan accent:** Primary color, focus rings and charts now glow cyan instead
of gold/amber in dark mode. Fixes the "yellowish/harsh" feel on buttons,
bars, focus and stars.
- **User dialogs:** Create/edit user dialogs are wider and the footer wraps —
long German labels like "Set Password" no longer overflow the box.
- **Delete buttons unified:** Admin/trash use the same style as the tool
delete — no hover-state jumps.
- **Input fields:** subtle cyan focus instead of a strong neon glow.
- **Distribution bars:** score distribution and charts in a cyan→violet
gradient, clearly visible in dark mode.
- **Tooltips:** dark instead of white in dark mode.
- **Stars:** filled stars now have a subtle neon glow.
- **Navigation:** trash is also available in the admin area; help is placed as
an icon at the bottom of the sidebar (Netbox style) and removed from the main
navigation.
## API Changes
- None.
## Operations / Upgrade
- **Migration:** none. **Breaking changes:** none.
- **Note:** Visual / UI-only changes, no functional changes.
## Known limitations
- None within the scope of this release.
## Links
- Commit: [`<short-sha>`](https://git.kubebase.de/admin/tool-evaluator/commit/<short-sha>)
- Tag: [`v0.9.5`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.9.5)