Commit 79636d4
HugoFara
fix(ui): fix settings save error and dark theme select readability
Allow empty string values in Settings::save() — settings like
set-regex-mode and set-text-visit-statuses-via-key use empty string
as a valid option ("Default"/"Filter off"), causing 500 errors on save.
Add dark background/foreground styling to <option> elements across all
dark themes (Dark, Dark_Muted, Underline_Dark) and base dark mode.
Replace hard-coded light-mode colors in searchable-select's .is-selected
state with CSS custom properties that adapt to the active color scheme.1 parent 59c60a1 commit 79636d4
11 files changed
Lines changed: 44 additions & 21 deletions
File tree
- assets
- css
- themes
- Dark_Muted
- Dark
- Underline_Dark
- src
- frontend/css
- base
- themes
- Dark_Muted
- Dark
- Underline_Dark
- tests/backend/Core
- Database
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments