feat: reposition WorkflowEditorStatus for improved visibility in WorkflowEditorInner
This commit is contained in:
@@ -346,11 +346,6 @@ function WorkflowEditorInner({
|
||||
onPublish={onPublish}
|
||||
publishDisabled={publishDisabled}
|
||||
/>
|
||||
<WorkflowEditorStatus
|
||||
validation={validation}
|
||||
nodeCount={definition.nodes.length}
|
||||
edgeCount={definition.edges.length}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-4 left-4 z-50">
|
||||
@@ -365,6 +360,14 @@ function WorkflowEditorInner({
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-4 right-4 z-50">
|
||||
<WorkflowEditorStatus
|
||||
validation={validation}
|
||||
nodeCount={definition.nodes.length}
|
||||
edgeCount={definition.edges.length}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<WorkflowPortAddProvider onRequestAdd={openNodeMenuFromPort}>
|
||||
<EditorRenderer className="h-full w-full" />
|
||||
</WorkflowPortAddProvider>
|
||||
|
||||
Reference in New Issue
Block a user