2 Commits

Author SHA1 Message Date
pitfriedrich 3e209dfcbc Add custom Solstice theme with a dark/light toggle
CI / Build & Test (pull_request) Successful in 1m6s
Introduces a custom Aura theme variant (amber daylight / aurora cyan
midnight, via -light/-dark token pairs) and a header toggle button to
switch between them at runtime, using the Vaadin 25 ColorScheme API
(Page#setColorScheme, @ColorScheme) rather than the older Lumo-only
theme-attribute pattern. The choice is persisted in a cookie so it
survives reloads and future sessions without any client-side script,
and is restored flash-free on the next visit via an
IndexHtmlRequestListener.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BNL5syWGwM7KnFcuZeEKQ1
2026-08-08 15:47:25 +02:00
pitfriedrich b5de4d6ac7 Added Login/Logout + ADIM/USER Roles 2026-08-08 14:28:56 +02:00