fix(FN-4162): keep GitHub tracking enable button mounted while saving

- Keep the inline GitHub tracking Enable button mounted during save
- Disable the button while showing the in-flight tracking status spinner
- Update dashboard tests to assert the stable mounted-button behavior
- Add a changeset for the published CLI package

Fusion-Task-Id: FN-4162
This commit is contained in:
Fusion
2026-05-13 06:27:21 -07:00
committed by gsxdsm
parent 1ee28eb28a
commit b4b80ac0cb
3 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Keep the GitHub tracking Enable button mounted (and disabled) while a save is in flight so the header layout stays stable.