Skip to content

Commit 1747d0e

Browse files
committed
Add JsonEditor component for improved body editing; update related components to integrate JsonEditor and enhance body handling logic
1 parent 9f7ae58 commit 1747d0e

7 files changed

Lines changed: 812 additions & 451 deletions

File tree

package-lock.json

Lines changed: 232 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"lint": "eslint spa/"
99
},
1010
"dependencies": {
11+
"@codemirror/lang-json": "^6.0.2",
1112
"@types/react-syntax-highlighter": "^15.5.13",
13+
"@uiw/react-codemirror": "^4.25.4",
1214
"mermaid": "^11.12.3",
1315
"pixi.js": "^7.4.2",
1416
"prism-react-renderer": "^2.4.1",

0 commit comments

Comments
 (0)