feat: added ReactFlow-based node graph

Added ReactFlow to dependencies (@xyflow/react).
Added a basic reactflow template to test functionality of reactFlow and to build the visual programming UI on top of.

ref: N25B-114
This commit is contained in:
JGerla
2025-09-30 13:32:45 +02:00
parent 70e2bdb610
commit e076331cfc
5 changed files with 290 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
import App from './VisualProgrammingUI/VisProgUI.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>