[Update/Refactor] Fetch and show the plugins info list.

Refactor some functions.
Try to fetch functions from github api just once when vrct started.(It used to every time plugin tab has opened so easy to reach to the api limit)
This commit is contained in:
Sakamoto Shiina
2025-03-13 12:17:36 +09:00
parent 77795192a0
commit b0f5751e11
17 changed files with 350 additions and 237 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "tauri-app",
"version": "0.0.0",
"dependencies": {
"@babel/standalone": "^7.26.9",
"@babel/standalone": "7.26.9",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/material": "6.2.0",
@@ -21,18 +21,18 @@
"jotai": "2.10.3",
"js-base64": "3.7.7",
"js-yaml": "4.1.0",
"jszip": "^3.10.1",
"jszip": "3.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "15.2.0",
"react-resizable-layout": "0.7.2",
"semver": "^7.7.1"
"semver": "7.7.1"
},
"devDependencies": {
"@tauri-apps/cli": "1.6.3",
"npm-run-all": "4.1.5",
"sass": "1.79.4",
"vite": "^6.2.1",
"vite": "6.2.1",
"vite-plugin-svgr": "4.3.0"
}
},