Merging dev into main #49

Merged
8464960 merged 260 commits from dev into main 2026-01-28 10:48:52 +00:00
Showing only changes of commit 2182e1cdb3 - Show all commits

View File

@@ -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>