Files
fusion/packages/dashboard/app/components/settings/sections
gsxdsm 5006e5543c FN-8169: group workflow fallback lanes with primary lanes
Keep fallback model lanes adjacent to their primary lanes throughout Settings.

- Interleave planning, execution, and validator fallback lanes after their respective primary lanes.
- Classify executor fallback settings in the Models group so the row remains visible.
- Add ordering coverage for project and workflow Settings surfaces.

Files changed:
 .changeset/fn-8169-group-fallback-lanes.md         |  7 ++++
 .../app/__tests__/settings-sections.test.tsx       | 47 ++++++++++++++++++++++
 .../app/components/WorkflowSettingsPanel.tsx       | 31 +++++++-------
 .../__tests__/WorkflowSettingsPanel.test.tsx       | 40 ++++++++++++++++++
 .../settings/sections/ProjectModelsSection.tsx     | 31 +++++++-------
 .../app/components/workflow-setting-display.ts     | 12 ++++++
 6 files changed, 140 insertions(+), 28 deletions(-)

Fusion-Task-Id: FN-8169

Fusion-Task-Lineage: 89402b95-1f42-46a7-8ad6-5182dc21f172

Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-16 18:36:50 -07:00
..