Skip to content

Commit 4037eea

Browse files
committed
feat: add solid-use dependancy
1 parent 55cff56 commit 4037eea

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

GUI/ETVR/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"solid-spinner": "^0.1.9",
7171
"solid-transition-group": "^0.0.12",
7272
"solidjs-icons": "^1.0.11",
73+
"solidjs-use": "^1.2.0",
7374
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
7475
"tauri-plugin-upload-api": "https://github.com/tauri-apps/tauri-plugin-upload",
7576
"undici": "^5.11.0",

GUI/ETVR/src/components/FirmwareList/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const FirmwareList = () => {
1010
const boardNames = firmwareAssets().map((item) => item.name)
1111
const [value, setValue] = createSignal(defaultValue)
1212

13+
// TODO: call api to download firmware assets
1314
const handleSubmit = (e: SubmitEvent) => {
1415
e.preventDefault()
1516
console.log('[Firmware Select]: ', value())

GUI/ETVR/yarn.lock

+25-5
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,18 @@
13621362
resolved "https://registry.yarnpkg.com/@solid-primitives/utils/-/utils-5.5.2.tgz#873276d5bfedf7709d6268b1bee4f1a0897e85fa"
13631363
integrity sha512-L52ig3eHKU6CqbPCKJIb4lweBuINHBOERcE1duApyKozEN8+zCqEKwD1Qo9ljKeEzJTBGWClxNpwEiNTUWTGvg==
13641364

1365+
"@solidjs-use/shared@1.2.0":
1366+
version "1.2.0"
1367+
resolved "https://registry.yarnpkg.com/@solidjs-use/shared/-/shared-1.2.0.tgz#8c30b710a6b87febf1998ad6146d5530c02e739d"
1368+
integrity sha512-HkGJl6c3XDlusLFJw+4JKUCiW6PZ1xw+brMZdyGMfDbr+RQZXrLfu61WbGhVpY5BPy/+P93gS4+WKpBhOqkz6Q==
1369+
dependencies:
1370+
"@solidjs-use/solid-to-vue" "1.2.0"
1371+
1372+
"@solidjs-use/solid-to-vue@1.2.0":
1373+
version "1.2.0"
1374+
resolved "https://registry.yarnpkg.com/@solidjs-use/solid-to-vue/-/solid-to-vue-1.2.0.tgz#a4a9d2289677d2d8145b8e235a1762c2774313f9"
1375+
integrity sha512-ZmIThxUeX+D40ck0bviDEhta2WSpJd2AQYFF+rjO8zQmgySifeeiEc0Kn/Sp1BMHbLMcLboPYdOnT+6E1E9OLg==
1376+
13651377
"@solidjs/meta@^0.28.0":
13661378
version "0.28.2"
13671379
resolved "https://registry.yarnpkg.com/@solidjs/meta/-/meta-0.28.2.tgz#384881e96bc38278f950f8af5f5313675e6d0b8c"
@@ -1466,11 +1478,6 @@
14661478
"@tauri-apps/cli-win32-ia32-msvc" "1.2.3"
14671479
"@tauri-apps/cli-win32-x64-msvc" "1.2.3"
14681480

1469-
"@thisbeyond/solid-select@^0.13.0":
1470-
version "0.13.0"
1471-
resolved "https://registry.yarnpkg.com/@thisbeyond/solid-select/-/solid-select-0.13.0.tgz#eadda942bd85929c89d97c198c398ffd4da8a9f5"
1472-
integrity sha512-eION+Xf8TGLs1NZrvRo1NRKOl4plYMbY7UswHhh5bEUY8oMltjrBhUWF0hzaFViEc1zZpkCQyafaD89iofG6Tg==
1473-
14741481
"@types/babel-types@*", "@types/babel-types@^7.0.0":
14751482
version "7.0.11"
14761483
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.11.tgz#263b113fa396fac4373188d73225297fb86f19a9"
@@ -1531,6 +1538,11 @@
15311538
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
15321539
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
15331540

1541+
"@types/web-bluetooth@^0.0.16":
1542+
version "0.0.16"
1543+
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz#1d12873a8e49567371f2a75fe3e7f7edca6662d8"
1544+
integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==
1545+
15341546
"@typescript-eslint/eslint-plugin@^5.46.1":
15351547
version "5.48.0"
15361548
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.0.tgz#54f8368d080eb384a455f60c2ee044e948a8ce67"
@@ -4691,6 +4703,14 @@ solidjs-icons@^1.0.11:
46914703
resolved "https://registry.yarnpkg.com/solidjs-icons/-/solidjs-icons-1.0.11.tgz#6673e3435248430907f14da7a548306d2487fa53"
46924704
integrity sha512-rIrcbaOV1UaHwBf4ChAyaofLig2DwN4b90noj8DcO4Rowb1DdpXuOZrYR4eBiQHVrDmeYAU6ysmhXCWow8jFcQ==
46934705

4706+
solidjs-use@^1.2.0:
4707+
version "1.2.0"
4708+
resolved "https://registry.yarnpkg.com/solidjs-use/-/solidjs-use-1.2.0.tgz#4af60b49c25d7c0be4058c5984535c9599de3ac6"
4709+
integrity sha512-Ylx/ggV/eQ9CMHDux29XKh+23yLmEh+seu/FAbRO41cQzKqi1X/038xSyQwWulPHRGrFBxEggPVQ0WmotTtquA==
4710+
dependencies:
4711+
"@solidjs-use/shared" "1.2.0"
4712+
"@types/web-bluetooth" "^0.0.16"
4713+
46944714
source-map-js@^1.0.2:
46954715
version "1.0.2"
46964716
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"

0 commit comments

Comments
 (0)