From 341d39a6a3624f630b0d3fcb937a814eae1c0bac Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:25:13 +0000 Subject: [PATCH 1/3] wallet: transparent address on left --- basicswap/templates/wallet.html | 51 ++++++++++++++++----------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 12bdb66..9672a80 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -266,31 +266,6 @@
- {% if w.cid == '1' %} {# PART #} -
-
-
-
-
-
-
-
-
-
{{ w.name }} Stealth Address:
-
-
{{ w.stealth_address }} -
-
- -
-
-
-
- {% endif %} - {# / PART #} {% if w.cid in '6, 9' %} {# XMR | WOW #}
@@ -368,7 +343,31 @@
{% endif %} - {% if w.cid == '3' %} + {% if w.cid == '1' %} {# PART #} +
+
+
+
+
+
+
+
+
+
{{ w.name }} Stealth Address:
+
+
{{ w.stealth_address }} +
+
+ +
+
+
+
+ {# / PART #} + {% elif w.cid == '3' %} {# LTC #}
From 157b63a5d0027e7d6d2893774aa8d6307e72923e Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:59:36 +0000 Subject: [PATCH 2/3] wallet: center qr code if only 1 wallet addr --- basicswap/templates/wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 9672a80..16a347d 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -265,7 +265,7 @@
-
+
{% if w.cid in '6, 9' %} {# XMR | WOW #}
From 5bbafbdb3ccc9de3b177b4171df3a94822117193 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:03:02 +0000 Subject: [PATCH 3/3] wallet: cleanup reseed section --- basicswap/templates/wallet.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 16a347d..9379de6 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -208,7 +208,7 @@ {# / encrypted #} Expected Seed: - {{ w.expected_seed }} {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #} + {{ w.expected_seed }}
@@ -220,6 +220,7 @@
+ {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
@@ -240,16 +241,6 @@
{% else %} - -
-
-
-
-
-
-
- -

Deposit