From 2dc0a416de369a6b853d1765e3c59d87c99e1e8e Mon Sep 17 00:00:00 2001 From: mlogclub Date: Mon, 22 Jun 2026 22:59:12 +0800 Subject: [PATCH] Refactor workflow editor to overlay node config --- .../_components/workflow-editor.tsx | 51 +++++++++---------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx b/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx index 7d403ed..7797a5f 100644 --- a/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx +++ b/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx @@ -393,9 +393,7 @@ export function WorkflowEditor({ ) : null} @@ -447,6 +445,28 @@ export function WorkflowEditor({ + {selectedNode ? ( + + ) : null} {pendingNodeDrag?.active ? (
- {selectedNode ? ( - <> - - - - - - ) : null} ) }