From ec193ca697a0806d4cff1694011aa3937e86faf8 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 13 Feb 2021 21:39:23 -0300 Subject: [PATCH] put export-with-qr-code on a toggleable section. --- lnbits/core/templates/core/wallet.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 8aac2ab..a313ce2 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -221,14 +221,6 @@
LNbits wallet
Wallet name: {{ wallet.name }}
-

- Scan this QRcode to open this wallet somewhere else (e.g. your cell phone)

- - -

Wallet ID: {{ wallet.id }}
Admin key: {{ wallet.adminkey }}
Invoice/read key: {{ wallet.inkey }} @@ -238,6 +230,22 @@ {% include "core/_api_docs.html" %} + + + +

This QR code contains your wallet URL with full access. You can scan it from your phone to open your wallet from there.

+ +
+
+
+