gsxdsm
0908e75290
FN-8455: add Calm dashboard color theme
Add a persisted Calm theme with slate, sage, and misty light palettes.
- Register Calm across core settings, dashboard selectors, and web/desktop first-paint validators.
- Define Calm theme tokens and selector swatches for dark and light modes.
- Cover persisted selection, previews, and bootstrap validation with tests.
- Document the new theme and add a minor release changeset.
Files changed:
.changeset/fn-8455-calm-theme.md | 7 ++
docs/dashboard-guide.md | 3 +-
docs/settings-reference.md | 2 +-
packages/core/src/__tests__/global-settings.test.ts| 8 ++
packages/core/src/types/execution-and-ui.ts | 2 +
packages/dashboard/app/__tests__/calm-theme.test.ts| 98 ++++++++++++++++++++++
packages/dashboard/app/components/ThemeSelector.css| 14 ++++
packages/dashboard/app/components/__tests__/ThemeDropdown.test.tsx | 22 ++---
packages/dashboard/app/components/__tests__/ThemeSelector.test.tsx | 2 +-
packages/dashboard/app/components/command-center/__tests__/CommandCenterControls.test.tsx | 2 +-
packages/dashboard/app/components/themeOptions.ts | 1 +
packages/dashboard/app/hooks/__tests__/useTheme.test.ts | 12 +++
packages/dashboard/app/index.html | 2 +-
packages/dashboard/app/public/theme-data.css | 86 ++++++++++++++++++-
packages/desktop/src/renderer/index.html | 1 +
15 files changed, 245 insertions(+), 17 deletions(-)
Fusion-Task-Id: FN-8455
Fusion-Task-Lineage: c2c4624e-7012-491d-bd79-d3de570018f7
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-21 15:04:07 -07:00
..
2026-07-18 00:47:06 -07:00
2026-05-16 12:51:12 -07:00
2026-07-21 15:04:07 -07:00
2026-07-07 22:06:16 -07:00
2026-04-07 23:36:29 -07:00
2026-05-16 12:51:12 -07:00
2026-07-02 20:16:42 -07:00
2026-05-14 10:23:01 -07:00
2026-05-17 11:49:10 -07:00
2026-07-18 00:03:48 -07:00
2026-07-18 00:33:14 -07:00
2026-07-17 20:09:56 -07:00
2026-07-14 20:44:09 -07:00
2026-07-18 00:47:06 -07:00
2026-06-21 02:15:24 -07:00
2026-07-19 13:34:25 -07:00
2026-05-14 10:23:01 -07:00
2026-05-14 22:16:44 -07:00
2026-07-18 00:03:48 -07:00
2026-04-09 15:49:42 -07:00
2026-05-07 18:35:45 -07:00
2026-07-03 21:45:21 -07:00
2026-05-18 05:46:37 -07:00
2026-07-03 08:49:43 -07:00