From 2306b3248294cc291e830b95ee10370083b7d49c Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Wed, 15 Oct 2025 01:47:28 -0400 Subject: [PATCH] Remove experimental Bluetooth key transfer module - Deleted BluetoothKeyTransfer.js and related classes - Removed BluetoothKeyTransfer.jsx UI component - Cleaned up Bluetooth imports from app-boot.js and bootstrap-modules.js - Removed Bluetooth buttons and handlers from main app - Eliminated all Bluetooth functionality due to Web Bluetooth API limitations - Browsers cannot create GATT servers or advertise devices - Reduced bundle size by ~78KB - Application now focuses on supported browser technologies (QR codes, manual key exchange, WebRTC) --- test-bluetooth-buttons.html | 137 ------------------------------------ 1 file changed, 137 deletions(-) delete mode 100644 test-bluetooth-buttons.html diff --git a/test-bluetooth-buttons.html b/test-bluetooth-buttons.html deleted file mode 100644 index b40e2d8..0000000 --- a/test-bluetooth-buttons.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - Bluetooth Button Test - - - -

Bluetooth Button Test

- -

This test will check if Bluetooth buttons work in the main application.

- - - - -
- - - - - - -