Commit Graph

13 Commits

Author SHA1 Message Date
itsrubberduck
c2717d6a89 fix(pm): re-theme custom CSS classes missed by the light-mode pass
The first light-mode pass only covered Tailwind utility classes in the
template. ~40 hand-written classes (.pm-flow-node, .pm-readback-*,
.freq-*, .pm-seg-*, .pm-bottomnav, signal bars) still hardcoded
rgba(255,255,255,N)/#fff, so scenario chips, the readback panel, and
the frequency display were unreadable in light mode. Switched them to
var(--text/--t2/--t3/--border) and color-mix() so they follow the
theme. Debug panel (dev-only) left as-is.
2026-07-09 22:59:32 +02:00
itsrubberduck
e521dcba0f feat(pm): add light/dark/system theme toggle
Defaults to dark (matching the rest of the app) with a menu to switch
to Light or System. Custom CSS-variable overrides handle the
hand-rolled Tailwind classes; a second Vuetify theme is swapped in
sync for Vuetify components. Scoped entirely to /pm.
2026-07-09 17:26:21 +02:00
Remi
c57eaeed4a Align Learn intro buttons with shared Learn styling 2025-09-22 18:19:41 +02:00
itsrubberduck
46ece5e5c0 better learning footer 2025-09-21 23:20:16 +02:00
itsrubberduck
32835dafb6 better card click actions 2025-09-21 22:48:22 +02:00
itsrubberduck
dbc19357fd change to important 2025-09-21 09:32:44 +02:00
Remi
729e6c42f8 style: darken tooltip background 2025-09-21 09:31:44 +02:00
Remi
d18ca048fa Align control border radii across pages 2025-09-21 00:15:51 +02:00
Remi
440aef2f62 Fix remaining German comment 2025-09-20 09:46:34 +02:00
itsrubberduck
9fe3158753 fix hover effect 2025-09-15 17:28:42 +02:00
itsrubberduck
fff07663b9 add glas ui 2025-09-15 11:46:12 +02:00
itsrubberduck
c6c7c593c7 force englisch vo 2025-09-15 00:24:19 +02:00
itsrubberduck
d77ac4a25e globales css hinzu 2025-09-15 00:00:03 +02:00