feat: implement Settings page with theme selector (Closes #21) #70

Merged
shahondin1624 merged 1 commits from feature/issue-21-settings-theme-selection into main 2026-03-13 14:10:41 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
4acde8d194 feat: implement Settings page with Light/Dark/System theme selector (Closes #21)
Add ThemePreference enum (System/Light/Dark) persisted via
multiplatform-settings. SettingsPage now shows radio-button theme
chooser. Top-bar quick toggle persists its choice. AppTheme respects
saved preference on startup and reacts to preference changes via
LaunchedEffect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 14:10:24 +01:00