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