From 1763dec9812378981667b97cf23641d01e02bced Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Thu, 28 Nov 2024 09:38:00 +0100 Subject: [PATCH 1/2] ui: Fix cache wallets, Better hide/show (crypto/usd). Removed % on single val. Fixes. --- basicswap/templates/wallets.html | 900 ++++++++++++++++++------------- 1 file changed, 523 insertions(+), 377 deletions(-) diff --git a/basicswap/templates/wallets.html b/basicswap/templates/wallets.html index c1895f4..d80f6ab 100644 --- a/basicswap/templates/wallets.html +++ b/basicswap/templates/wallets.html @@ -207,93 +207,32 @@ {% include 'footer.html' %} From 0ca5aefc12877a220de8ba64e434cd4ef3d782be Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Thu, 28 Nov 2024 21:08:15 +0100 Subject: [PATCH 2/2] ui: Removed %, small fix. --- basicswap/templates/wallets.html | 189 ++----------------------------- 1 file changed, 11 insertions(+), 178 deletions(-) diff --git a/basicswap/templates/wallets.html b/basicswap/templates/wallets.html index d80f6ab..d09e661 100644 --- a/basicswap/templates/wallets.html +++ b/basicswap/templates/wallets.html @@ -64,7 +64,7 @@

{{ w.name }} ({{ w.ticker }})

-

Version: {{ w.version }} {% if w.updating %} Updating..

+

Version: {{ w.version }} {% if w.updating %}

{% endif %}
@@ -207,23 +207,17 @@ {% include 'footer.html' %}