From e891e0de0a657cecd150a4f37590cb6163800897 Mon Sep 17 00:00:00 2001 From: Valknar XXX Date: Tue, 28 Oct 2025 05:51:43 +0100 Subject: [PATCH] fix: replace bits-ui Select with native HTML select - Remove bits-ui Select component dependency - Use native HTML select element for device selection - Simplify state management (single mappings Map) - Fix selection handling with direct onchange event - Add visual indicator for exact name matches - Resolves selection not working issue --- .../components/device-mapping-dialog.svelte | 53 ++++++------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/packages/frontend/src/routes/play/components/device-mapping-dialog.svelte b/packages/frontend/src/routes/play/components/device-mapping-dialog.svelte index 7c5a299..f37a942 100644 --- a/packages/frontend/src/routes/play/components/device-mapping-dialog.svelte +++ b/packages/frontend/src/routes/play/components/device-mapping-dialog.svelte @@ -1,7 +1,6 @@