gsxdsm
|
a0b35c13af
|
FN-7266: open simple workflow step inspectors
Restore simple workflow editor row selections so editable steps reveal their details consistently across compact and mobile views.
- Show the node inspector in desktop compact simple-editor mode when an inspectable row is selected.
- Keep mobile inspector collapse behavior intact while allowing subsequent row selections to reopen details.
- Cover row and pencil selection paths for mobile, custom, built-in, and end-node cases.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/fn-7266-simple-workflow-inspector.md | 7 +++
.../app/components/WorkflowNodeEditor.tsx | 4 +-
.../__tests__/MobileWorkflowGraphView.test.tsx | 7 ++-
.../__tests__/WorkflowNodeEditor.test.tsx | 61 ++++++++++++++++++++--
4 files changed, 73 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-7266
Fusion-Task-Lineage: 91e7f8d4-b56b-48a1-ad24-fb527c2730d4
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
|
2026-06-29 23:31:52 -07:00 |
|
gsxdsm
|
7b3c628fba
|
FN-6524: add simple editor step reordering
Enable custom workflow authors to reorder simple editor steps from the mobile graph outline.
- Add move up/down controls for editable outline rows while keeping built-in workflows read-only.
- Swap sibling React Flow positions within columns or template parents so persisted order follows existing graph ordering.
- Cover reorder availability, behavior, styling, and documentation updates.
Files changed:
docs/dashboard-guide.md | 2 +-
.../app/components/MobileWorkflowGraphView.css | 17 ++-
.../app/components/MobileWorkflowGraphView.tsx | 134 +++++++++++++++------
.../app/components/WorkflowNodeEditor.tsx | 20 ++-
.../__tests__/MobileWorkflowGraphView.css.test.ts | 8 +-
.../__tests__/MobileWorkflowGraphView.test.tsx | 123 ++++++++++++++++++-
.../__tests__/workflow-mobile-graph.test.ts | 75 +++++++++++-
.../app/components/workflow-mobile-graph.ts | 41 +++++++
8 files changed, 372 insertions(+), 48 deletions(-)
Fusion-Task-Id: FN-6524
Fusion-Task-Lineage: 25ffa5aa-bdfb-4ee3-9365-07029f5bbbf6
|
2026-06-17 03:12:16 -07:00 |
|