From 64165e387e6ee04c0ae0bc3a1a778845237adb2e Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 11 Jun 2024 23:29:53 +0200 Subject: [PATCH] Fix wownero rate + bug fixes. - Fix wownero rates on offers page. - Fix wownero USD price on wallet/wallets page. - Set dark mode as default. - Fix tooltips. - Fix JS errors. --- basicswap/templates/footer.html | 112 +++++++-------- basicswap/templates/header.html | 22 ++- basicswap/templates/offers.html | 237 ++++++++++++++----------------- basicswap/templates/wallet.html | 62 +++++--- basicswap/templates/wallets.html | 36 +++-- 5 files changed, 240 insertions(+), 229 deletions(-) diff --git a/basicswap/templates/footer.html b/basicswap/templates/footer.html index 9243e17..eef424d 100644 --- a/basicswap/templates/footer.html +++ b/basicswap/templates/footer.html @@ -43,69 +43,67 @@ - \ No newline at end of file + toggleImages(); + }); + + diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 484a0b6..bcd2bb3 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -12,6 +12,7 @@ + {% include 'footer.html' %} diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 75499ee..6829741 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -842,30 +842,46 @@