Skip to content

Commit

Permalink
feat: accomplished create, update and delete function in Kube Panel (#…
Browse files Browse the repository at this point in the history
…4300)

* feat: lens demo of web version

* chore: add & remove some packages

* fix: connect to desktop bug and change icon

* init: plugin Monitor init

* style: restore frontend/pnpm-workspace.yaml & pnpm-lock.yaml and create new ones in plugins/monitor

* restore: frontend/Makefile

* restore: frontend/pnpm-workspace.yaml

* restore

* style: rename the plugin from Monitor to Kube Panel

* style: update ui style

* feat: update antd version

* feat: update 'react' and 'react-dom' to ^18.2.0

* style: adjusted the postion of folders

* feat: create resource and list resource with query

* fix: couldn't find moduel error

* fix: set security.allowPrivilegeEscalation false

* feat: added delete resource function

* feat & fix: added update resource function and fixed some bugs

* feat: added delete resource function

* feat & fix: added update resource function and fixed some bugs

* feat: new ui style

* feat: added delete resource function

* feat: added delete resource function

* feat & fix: added update resource function and fixed some bugs

* fix: add TypeScript type for api
  • Loading branch information
Wishrem committed Nov 27, 2023
1 parent 77fdddc commit 5330a70
Show file tree
Hide file tree
Showing 66 changed files with 2,262 additions and 1,322 deletions.
9 changes: 6 additions & 3 deletions frontend/plugins/kubepanel/package.json
Expand Up @@ -20,11 +20,13 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@kubernetes/client-node": "^0.19.0",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^4.29.25",
"antd": "^5.10.2",
"antd": "^5.11.0",
"auto-bind": "^5.0.1",
"axios": "^1.5.1",
"framer-motion": "^10.16.4",
"fs": "0.0.1-security",
"immer": "^10.0.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand All @@ -36,8 +38,8 @@
"next": "13.5.4",
"nprogress": "^0.2.0",
"prettier": "^2.8.8",
"react": "^18",
"react-dom": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request": "^2.88.2",
"rfc6902": "^5.0.1",
"sealos-desktop-sdk": "workspace:*",
Expand All @@ -59,6 +61,7 @@
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-plugin-xss": "^0.1.12",
"monaco-editor": "^0.44.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.4",
"typescript": "^5"
Expand Down

0 comments on commit 5330a70

Please sign in to comment.