feat: workspace endpoint, template/ssh-key dropdowns, noVNC console integration

This commit is contained in:
Philipp
2026-06-12 10:59:02 +02:00
parent e54523040a
commit b554206bbf
11 changed files with 676 additions and 135 deletions
+7
View File
@@ -8,6 +8,7 @@
"name": "proxui-frontend",
"version": "0.0.0",
"dependencies": {
"@novnc/novnc": "^1.7.0",
"@supabase/supabase-js": "^2.0.0",
"@tanstack/react-query": "^5.0.0",
"react": "^19.0.0",
@@ -621,6 +622,12 @@
"@emnapi/runtime": "^1.7.1"
}
},
"node_modules/@novnc/novnc": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.7.0.tgz",
"integrity": "sha512-ucEJOx4T2avIRCleodk7YobZj5O2Ga2AeLfQ69A/yjG9HHba2+PDgwSkN3FttrmG+70ZGx21sElNFouK13RzyA==",
"license": "MPL-2.0"
},
"node_modules/@oxc-project/types": {
"version": "0.133.0",
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",