Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b22490

Browse files
committed
feat: in react ui, use pty for Run
Signed-off-by: Nick Mitchell <[email protected]> Signed-off-by: Nick Mitchell <[email protected]>
1 parent e002c13 commit 8b22490

File tree

17 files changed

+626
-459
lines changed

17 files changed

+626
-459
lines changed

pdl-live-react/package-lock.json

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

pdl-live-react/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"dependencies": {
2626
"@patternfly/react-core": "^6.1.0",
27-
"@patternfly/react-log-viewer": "^6.1.0",
2827
"@patternfly/react-topology": "^6.1.0",
2928
"@tauri-apps/api": "^2",
3029
"@tauri-apps/plugin-cli": "^2.2.0",
@@ -39,7 +38,10 @@
3938
"react-router": "^7.1.5",
4039
"react-syntax-highlighter": "^15.6.1",
4140
"rehype-starry-night": "^2.2.0",
41+
"tauri-pty": "https://github.com/starpit/tauri-plugin-pty#tauri2",
4242
"ts-pattern": "^5.6.2",
43+
"xterm": "^5.3.0",
44+
"xterm-addon-fit": "^0.8.0",
4345
"yaml": "^2.7.0"
4446
},
4547
"devDependencies": {

0 commit comments

Comments
 (0)