gsxdsm
6c8884e67b
FN-7276: add quick-add workflow selection
Add workflow-aware quick task creation across Board and List quick-add surfaces.
- Add a quick-add workflow picker that filters out the aggregate workflow sentinel.
- Route create, planning, subtask, and optional-step flows through the selected real workflow.
- Resolve workflow-specific intake columns for Board/List quick creates and cover behavior with component tests.
- Add a minor changeset for the published CLI package.
Files changed:
.changeset/fn-7276-quick-add-workflow-selector.md | 7 +
packages/dashboard/app/components/Board.tsx | 43 +++++-
packages/dashboard/app/components/Column.tsx | 12 +-
packages/dashboard/app/components/ListView.tsx | 20 ++-
.../dashboard/app/components/QuickEntryBox.css | 51 +++++++
.../dashboard/app/components/QuickEntryBox.tsx | 169 +++++++++++++++++++--
.../app/components/__tests__/Board.test.tsx | 42 ++++-
.../app/components/__tests__/ListView.test.tsx | 67 +++++++-
.../components/__tests__/QuickEntryBox.test.tsx | 73 +++++++++
9 files changed, 453 insertions(+), 31 deletions(-)
Fusion-Task-Id: FN-7276
Fusion-Task-Lineage: 422f0359-c71f-4610-8fdb-39d7a21a2a52
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-06-30 08:52:51 -07:00
..
2026-06-30 08:04:12 -07:00
2026-06-28 12:49:55 -07:00
2026-06-30 08:07:40 -07:00
2026-06-30 08:52:51 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 12:49:55 -07:00
2026-06-30 08:07:40 -07:00
2026-06-28 12:49:55 -07:00
2026-06-29 20:50:14 -07:00
2026-06-28 12:49:55 -07:00
2026-06-08 15:19:27 -07:00
2026-06-28 12:49:55 -07:00