mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* [AI] Consolidate custom theme prefs and improve auto-mode UX - Merge `installedCustomTheme` into `installedCustomLightTheme` so only two prefs exist (light + dark). The legacy asyncStorage key `installed-custom-theme` is preserved for backwards compatibility. - In auto (System default) mode, the main Theme dropdown no longer surfaces the installed custom-light theme as an option; custom themes for light/dark are managed exclusively via the sub-selectors. - Selecting "System default" resets both light and dark custom themes. - Installing a custom theme from the main dropdown while in auto mode switches the base theme to "Light" so it applies directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add release notes for PR #7145 * Change category from Features to Enhancement Custom Themes: separate light and dark theme options when selecting 'system default' theme. * Update VRT screenshots Auto-generated by VRT workflow PR: #7145 * Enhance ThemeSettings and UI components by adding maxWidth styling for better responsiveness. This change ensures that buttons and columns adapt to the full width of their containers. --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>