Add an icon-capable New Task workflow picker that preserves create-time workflow selection semantics. - Replace the native workflow select in TaskForm with a styled dropdown showing workflow icons, default badges, duplicate-name IDs, and explicit No workflow opt-out. - Wire the inline workflow chip to reveal and open the new picker while keeping workflowId payload handling unchanged. - Add dropdown layout styles, dashboard docs, release notes, and regression coverage for modal create flows and TaskForm selection behavior. Files changed: .changeset/fn-7301-new-task-workflow-dropdown.md | 7 + docs/dashboard-guide.md | 3 + packages/dashboard/app/components/NewTaskModal.css | 75 ++++++++++ packages/dashboard/app/components/TaskForm.tsx | 166 ++++++++++++++++----- .../app/components/__tests__/NewTaskModal.test.tsx | 61 ++++++-- .../app/components/__tests__/TaskForm.test.tsx | 128 +++++++++++----- 6 files changed, 351 insertions(+), 89 deletions(-) Fusion-Task-Id: FN-7301 Fusion-Task-Lineage: f3d534a2-48bd-416a-88a6-f85410ee4f85 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
20 KiB
20 KiB