From e593425f1409a21874998bc317a61950e26c518d Mon Sep 17 00:00:00 2001 From: Hikmatulloh Hari Mukti Date: Fri, 11 Jul 2025 11:47:01 +0700 Subject: [PATCH 1/2] fix: UI bug on device selector which prevent users from continuing --- src/components/ToolDeviceSelector.vue | 52 ++++++++++++--------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/src/components/ToolDeviceSelector.vue b/src/components/ToolDeviceSelector.vue index dc1f863..502825d 100644 --- a/src/components/ToolDeviceSelector.vue +++ b/src/components/ToolDeviceSelector.vue @@ -39,12 +39,11 @@ import type { PropType } from 'vue'
-
-

- Currently, we don't have a device mapping for - "{{ selected.manufacturerName }}". We require a valid - product_id to generate a FIT file for the targeted device. Without a valid - product_id, the resulting FIT file may not be recognized by other platforms. +

+

+ We require a valid product_id to generate a FIT file for the targeted device. + Without a valid product_id, the resulting FIT file may not be recognized by other + platforms.