Implemented:

- node rename  working in modal
- add child node on click
- removing  node and  reasigning the edges
- creating subgraphs
-  breadcrumbs for navigtion
This commit is contained in:
2025-11-08 22:21:15 +01:00
parent 5463923423
commit 33141ce865
6 changed files with 316 additions and 181 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"antd": "^5.28.0",
"d3": "^7.9.0",
"lodash": "^4.17.21",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"viz.js": "^2.1.2"
@@ -19,6 +20,7 @@
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.20",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",