feat: added ReactFlow-based node graph #11
@@ -124,12 +124,6 @@ export function Sidebar() {
|
|||||||
<div className="description">
|
<div className="description">
|
||||||
You can drag these nodes to the pane to create new nodes.
|
You can drag these nodes to the pane to create new nodes.
|
||||||
</div>
|
</div>
|
||||||
<DraggableNode className="start" nodeType="start" onDrop={handleNodeDrop}>
|
|
||||||
start Node
|
|
||||||
</DraggableNode>
|
|
||||||
<DraggableNode className="end" nodeType="end" onDrop={handleNodeDrop}>
|
|
||||||
end Node
|
|
||||||
</DraggableNode>
|
|
||||||
<DraggableNode className="phase" nodeType="phase" onDrop={handleNodeDrop}>
|
<DraggableNode className="phase" nodeType="phase" onDrop={handleNodeDrop}>
|
||||||
phase Node
|
phase Node
|
||||||
</DraggableNode>
|
</DraggableNode>
|
||||||
|
|||||||
Reference in New Issue
Block a user