remodel scan process and visualize external

This commit is contained in:
Julian Krauser 2025-07-15 13:19:59 +02:00
parent 9ef76a7c26
commit ed947e5777
23 changed files with 338 additions and 29 deletions

View file

@ -200,7 +200,7 @@ export default defineComponent({
},
scanCode() {
this.openModal(
markRaw(defineAsyncComponent(() => import("@/components/CodeDetector.vue"))),
markRaw(defineAsyncComponent(() => import("@/components/scanner/ManageScanModal.vue"))),
"codeScanInput",
(result: string) => {
this.getWearableFromSearch(result);