FN-8635: keep worktree slider visible
Keep Command Center capacity controls visible and correctly editable across settings states.
- Render Max worktrees in the shared full-width range wrapper.
- Preserve capacity values after load failures and explain disabled worktree limits.
- Add control tests, browser geometry coverage, documentation, and a release changeset.
Files changed:
.changeset/fn-8635-worktrees-slider.md | 7 +
docs/dashboard-guide.md | 2 +-
.../command-center/CommandCenterControls.css | 6 +
.../command-center/CommandCenterControls.tsx | 63 +++++---
.../__tests__/CommandCenterControls.test.tsx | 76 ++++++++-
packages/engine/e2e/fn-8635-worktrees-slider.mjs | 180 +++++++++++++++++++++
6 files changed, 310 insertions(+), 24 deletions(-)
Fusion-Task-Id: FN-8635
Fusion-Task-Lineage: fb9c2a46-3c5c-4871-bab4-c43af20cb4de
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>