From 68f45c471eef9e3cdccb111de200153592b13bbd Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 29 Jul 2022 17:22:49 +0300 Subject: [PATCH] feat: small UI improvements --- .../static/components/address-list/address-list.js | 5 +---- .../components/serial-signer/serial-signer.html | 14 +++++++------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/lnbits/extensions/watchonly/static/components/address-list/address-list.js b/lnbits/extensions/watchonly/static/components/address-list/address-list.js index 816e850e..cb8232ba 100644 --- a/lnbits/extensions/watchonly/static/components/address-list/address-list.js +++ b/lnbits/extensions/watchonly/static/components/address-list/address-list.js @@ -102,7 +102,6 @@ async function addressList(path) { return fAddresses }, - scanAddress: async function (addressData) { this.$emit('scan:address', addressData) }, @@ -111,8 +110,6 @@ async function addressList(path) { } }, - created: async function () { - - } + created: async function () {} }) } diff --git a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html index b2c8f59d..a9fc7885 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html @@ -156,13 +156,6 @@ -
-
- - Check data on the display of the hardware device. - -
-
@@ -213,6 +206,13 @@
+
+
+ + Check data on the display of the hardware device. + +
+