Add a searchable Settings navigation that filters visible sections by setting names and keywords. - Add a Settings search field with clear and empty-state affordances for desktop and mobile layouts. - Filter only the already-visible Settings sections while preserving matching group headers and mobile section labels. - Add searchable section metadata, localized labels, tests, docs, and a release changeset. Files changed: .changeset/fn-7495-settings-search.md | 7 + docs/dashboard-guide.md | 5 + .../dashboard/app/components/SettingsModal.css | 97 +++++- .../dashboard/app/components/SettingsModal.tsx | 346 ++++++++++++++++----- .../__tests__/SettingsModal.general.test.tsx | 71 +++++ .../components/__tests__/settings-mobile.test.tsx | 25 ++ .../settings/sections/McpServersCard.tsx | 2 +- packages/i18n/locales/en/app.json | 11 + 8 files changed, 475 insertions(+), 89 deletions(-) Fusion-Task-Id: FN-7495 Fusion-Task-Lineage: 1d703059-6156-4d20-afbd-3cdb64e3e9f3 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
Changeset Format Guide
Each changeset file in this directory describes one user-facing change for release notes.
Required body format
---
"@runfusion/fusion": minor
---
summary: Add a Command Center productivity control for LOC backfills.
category: feature
dev: Uses the new `fn_backfill_loc` tool; settings key `commandCenter.locBackfill`.
Fields
| Field | Required | Description |
|---|---|---|
summary |
Yes | One line, user-facing, max 120 chars. Describe what changed for the operator. |
category |
Yes | One of: feature, fix, breaking, security, performance, internal. |
dev |
No | Developer or migration detail. Preserved in per-package CHANGELOGs but excluded from distilled release notes. |
Audience
The summary is the only content that appears in end-user release notes by default. Write for Fusion operators — describe behavior, fixes, and what changed. Avoid internal class names, file paths, and implementation detail.
Bump types
patch— bug fixes, internal changesminor— new features, CLI additions, toolsmajor— breaking changes
Validation
Run pnpm check:changesets to validate. The linter runs in the PR-check gate and test:gate. Legacy freeform changesets pass with a warning during the transition period.