From e932d662d88956afa9fbe74afa8fc2937ab8428f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 3 Nov 2024 00:47:02 -0700 Subject: [PATCH] Switch to zxing-wasm from barcode-detector so we can generate them as well as detect them. Replace QR test function with real one. Fix selectAccount event-triggered function by checking for blank value for account. Load QR code for account when it is selected. Add default placeholder QR and styling. Get rid of redundant 'show' class and just use 'hide'. --- nemo-wallet.html | 129 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 39 deletions(-) diff --git a/nemo-wallet.html b/nemo-wallet.html index 6f295c6..961003e 100644 --- a/nemo-wallet.html +++ b/nemo-wallet.html @@ -4,7 +4,7 @@ - + @@ -783,7 +832,7 @@ -
+

New Wallet

@@ -821,7 +870,7 @@ -
+

Import Wallet

@@ -873,7 +922,7 @@ -
+

New Account

@@ -901,13 +950,13 @@ -
+

Exchange

-
+

History

-
-

Transact

+
+ QR code + Scan +
-
+

Rolodex

-
+

Settings

-- 2.34.1