feat: added ReactFlow-based node graph #11

Merged
j.gerla merged 68 commits from feat/visual-programming-interface into dev 2025-10-28 11:59:03 +00:00
Showing only changes of commit 4648e77289 - Show all commits

View File

@@ -13,7 +13,6 @@ import {
useEdgesState,
reconnectEdge,
addEdge,
MiniMap,
MarkerType,
type Edge,
type Connection,
@@ -111,7 +110,6 @@ const VisProgUI = ()=> {
proOptions={{hideAttribution: true }}
>
<Controls />
<MiniMap />
<Background />
</ReactFlow>
</div>