Context
From Discussion #44 with @Dieterbe. The Tauri desktop app settings dialog has two UX issues on Linux:
- Section organization: Settings appear as one long undifferentiated sequence. Needs clearer visual grouping (headers, dividers, or collapsible sections).
- White widgets on dark theme: Some native form inputs (likely WebKitGTK-rendered) don't respect the dark mode context, appearing white against a dark background.
Screenshots
See Discussion #44 for screenshots from Arch Linux / Wayland / Hyprland.
What needs to happen
- Add visual section groupings to the settings dialog (Recording, Transcription, Shortcuts, etc.)
- Override native form input styles with explicit CSS for the dark theme on Linux/WebKitGTK
- Test on both dark and light themes
Relevant code
tauri/ directory contains the desktop app
- Settings dialog UI components
This is a good first contribution since it's visual, self-contained, and doesn't require understanding the audio pipeline.
Related: Discussion #44
Context
From Discussion #44 with @Dieterbe. The Tauri desktop app settings dialog has two UX issues on Linux:
Screenshots
See Discussion #44 for screenshots from Arch Linux / Wayland / Hyprland.
What needs to happen
Relevant code
tauri/directory contains the desktop appThis is a good first contribution since it's visual, self-contained, and doesn't require understanding the audio pipeline.
Related: Discussion #44