Merge pull request #151 from PRO-Robotech/feature/dev

fix sidebar els width | purge arr elements after deletion | relative path in lists
This commit is contained in:
typescreep
2025-10-23 15:23:46 +03:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"@ant-design/icons": "5.6.0",
"@monaco-editor/react": "4.6.0",
"@originjs/vite-plugin-federation": "1.3.6",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.143",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.144",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",
@@ -2804,9 +2804,9 @@
}
},
"node_modules/@prorobotech/openapi-k8s-toolkit": {
"version": "0.0.1-alpha.143",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.143.tgz",
"integrity": "sha512-qtwwXMov5yL70hzanIVffcQ5LykaZXWz9qkYXoNwA0/2+uBJN8zGCP1aqsfcGFMiFbIJNkzZZwdhUGIsfNrOTg==",
"version": "0.0.1-alpha.144",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.144.tgz",
"integrity": "sha512-RYh8989zopqnpOg+x4irRjzYaUvOKnjOEyG2b0LpRX3jRSnRAKtx/3VBhCQ+70ygFC1qCnuWfiqmjREpqI6x3w==",
"license": "MIT",
"dependencies": {
"@monaco-editor/react": "4.6.0",

View File

@@ -20,7 +20,7 @@
"@ant-design/icons": "5.6.0",
"@monaco-editor/react": "4.6.0",
"@originjs/vite-plugin-federation": "1.3.6",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.143",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.144",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",

View File

@@ -71,7 +71,7 @@ const Container = styled.div<TContainerProps>`
}
&& .ant-menu-sub .ant-menu-item.ant-menu-item-selected {
width: 225px;
width: 214px;
margin-left: 25px !important;
padding-left: 23px !important;
transition: padding 0s;