mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* [AI] Add mode field to custom theme catalog for dark/light filtering Each catalog theme now has a `mode: 'dark' | 'light'` field. When installing a custom theme in auto mode, the ThemeInstaller filters the catalog to only show themes matching the selected mode (light or dark). https://claude.ai/code/session_01PtSEMRv3SpAEtdGzvYxzpa * Add release notes for PR #7194 * Change category from Features to Enhancements * [AI] Rename filter parameter to avoid shadowing useTranslation t() Rename `t` to `catalogTheme` in the catalogItems filter to avoid shadowing the `t` translation function from useTranslation(). https://claude.ai/code/session_01PtSEMRv3SpAEtdGzvYxzpa --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>