Files
actual/upcoming-release-notes
Matiss Janis Aboltins d86c9cf735 Add theme mode filtering to custom theme catalog (#7194)
* [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>
2026-03-14 14:57:47 +00:00
..
2026-03-09 20:26:48 +00:00
2026-03-13 01:53:32 +00:00
2026-03-04 18:46:20 +00:00
2026-03-04 23:27:15 +00:00
2026-03-06 22:55:21 +00:00
2026-03-13 16:36:52 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.