From 58b2b0a004c3044018f1d1d449780917e9c6f78b Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Thu, 28 Mar 2024 18:58:14 -0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Display=20the=20values?= =?UTF-8?q?=20that=20will=20change=20(UUID,=20major,=20minor)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of the statically coded name/identifier This involved changing the text size so that we could see the UUID I wonder if we should make the UUID the subtitle and the major:minor the title Testing done: https://github.com/e-mission/e-mission-docs/issues/1062#issuecomment-2026438347 --- www/js/bluetooth/BluetoothCard.tsx | 6 +++--- www/js/bluetooth/BluetoothScanPage.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/js/bluetooth/BluetoothCard.tsx b/www/js/bluetooth/BluetoothCard.tsx index 4af8240c4..75d27095b 100644 --- a/www/js/bluetooth/BluetoothCard.tsx +++ b/www/js/bluetooth/BluetoothCard.tsx @@ -26,9 +26,9 @@ const BluetoothCard = ({ device, isClassic, isScanningBLE }: Props) => { return ( } /> diff --git a/www/js/bluetooth/BluetoothScanPage.tsx b/www/js/bluetooth/BluetoothScanPage.tsx index ea209804e..f9287d211 100644 --- a/www/js/bluetooth/BluetoothScanPage.tsx +++ b/www/js/bluetooth/BluetoothScanPage.tsx @@ -301,7 +301,7 @@ const BluetoothScanPage = ({ ...props }: any) => { />