feat(FN-4769): show inline spinners in planning-mode modal during creation

Adds inline loading spinners to the planning mode task-creation modal, replacing any placeholder states during the creation flow, with a new planning-flow test covering the spinner behavior.

Fusion-Task-Id: FN-4769
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 11:49:32 -07:00
committed by gsxdsm
parent 52b33c0dfc
commit 93c3975532
3 changed files with 233 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix missing spinner when creating tasks from Planning Mode. The "Create Single Task", "Break into Tasks", and "Create Tasks" buttons now show an inline loading spinner while the async create/breakdown call is in flight, instead of leaving the user staring at an unchanged button or AI-question copy.