feat: compact UI with theme switcher (light/dark/mono)

- Redesign download cards to be significantly more compact
- Add CSS custom properties for theming
- Add theme switcher (Light, Dark, Mono) with localStorage persistence
- Update README with environment variable Docker deployment docs
- Update Docker Compose example to use environment: instead of volume mount
This commit is contained in:
2026-05-15 17:28:48 +01:00
parent db89a920e4
commit 6140808efb
4 changed files with 468 additions and 216 deletions
+5
View File
@@ -32,6 +32,11 @@
<header class="app-header">
<h1>sofarr</h1>
<div class="header-controls">
<div class="theme-switcher">
<button class="theme-btn active" data-theme="light">Light</button>
<button class="theme-btn" data-theme="dark">Dark</button>
<button class="theme-btn" data-theme="mono">Mono</button>
</div>
<div class="refresh-control">
<label for="refresh-rate">Refresh:</label>
<select id="refresh-rate">