Claude
77f939016f
fix: expand dark mode CSS coverage for all page elements
...
Build and Push Docker Image / build-and-push (push) Failing after 9s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 26s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 20:27:42 +00:00
Claude
29cda763eb
fix: add class-based dark mode fallback styling
...
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 33s
Add .dark class on html element with direct element styling as
fallback for when CSS custom properties don't work.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 20:05:17 +00:00
Claude
0852707df0
fix: add :root[data-theme="dark"] for even higher CSS specificity
...
Build and Push Docker Image / build-and-push (push) Failing after 8s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 29s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 19:59:34 +00:00
Claude
2aa5f00192
fix: use !important on dark theme CSS variables
...
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 25s
Force dark theme variables to override :root values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 19:47:27 +00:00
Claude
39c1c1b9ea
fix: use html[data-theme="dark"] for higher specificity
...
Build and Push Docker Image / build-and-push (push) Failing after 8s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 29s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 19:25:00 +00:00
Claude
bc4c2d468f
fix: add [data-theme="dark"] CSS selector back
...
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 24s
The server-side theme cookie sets data-theme attribute, but CSS was
only using @media (prefers-color-scheme: dark). Need both selectors
so theme works via cookie AND via system preference.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 18:57:47 +00:00
Claude
056d2d1175
feat: use CSS prefers-color-scheme for dark mode (no JS)
...
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 27s
- Remove inline JS that sets data-theme from localStorage
- Use @media (prefers-color-scheme: dark) in CSS for automatic dark mode
- Remove JS-dependent theme toggle from preferences
- Theme now follows system preference automatically
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 18:34:18 +00:00
8e9aae062b
rename: kafka → samsa
...
Build and Push Docker Image / build-and-push (push) Failing after 11s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 42s
Full project rename from kafka to samsa (after Gregor Samsa, who
woke one morning from uneasy dreams to find himself transformed).
- Module: github.com/metamorphosis-dev/kafka → samsa
- Binary: cmd/kafka/ → cmd/samsa/
- CSS: kafka.css → samsa.css
- UI: all 'kafka' product names, titles, localStorage keys → samsa
- localStorage keys: kafka-theme → samsa-theme, kafka-engines → samsa-engines
- OpenSearch: ShortName, LongName, description, URLs updated
- AGPL headers: 'kafka' → 'samsa'
- Docs, configs, examples updated
- Cache key prefix: kafka: → samsa:
2026-03-22 23:44:55 +00:00