Replace manual theme toggle with automatic system preference detection (v0.36.4)
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
- Remove sun/moon theme toggle button from header - Detect system theme preference using window.matchMedia prefers-color-scheme - Add event listener to automatically switch theme when OS preference changes - Remove localStorage-based theme persistence in favor of system preference - Clean up unused theme-toggle-btn CSS styles Files modified: - app/web/src/Header.svelte: Remove toggle button, toggleTheme function, and CSS - app/web/src/App.svelte: Replace localStorage theme init with matchMedia detection - pkg/version/version: Bump to v0.36.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
v0.36.3
|
||||
v0.36.4
|
||||
|
||||
Reference in New Issue
Block a user