From e46fd193fe5c4b73063130b90dc4640de7718e42 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Sun, 23 Oct 2022 16:07:32 +0200 Subject: [PATCH] ui: Restore xmr bid sequence diagrams. --- basicswap/__init__.py | 2 +- basicswap/templates/bid.html | 16 ++++++++-------- basicswap/templates/bid_xmr.html | 16 ++++++++-------- basicswap/templates/header.html | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/basicswap/__init__.py b/basicswap/__init__.py index 2b07742..f2434a3 100644 --- a/basicswap/__init__.py +++ b/basicswap/__init__.py @@ -1,3 +1,3 @@ name = "basicswap" -__version__ = "0.11.40" +__version__ = "0.11.41" diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html index e61f50e..6c4441f 100644 --- a/basicswap/templates/bid.html +++ b/basicswap/templates/bid.html @@ -369,26 +369,26 @@ {% if data.show_bidder_seq_diagram %}
- -
+ {% else %}
- -
+ {% endif %} {% if data.show_offerer_seq_diagram %}
-
{% else %}
-
@@ -448,11 +448,11 @@ {% if data.show_bidder_seq_diagram %} - + {% endif %} {% if data.show_offerer_seq_diagram %} - + {% endif %} diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html index 609e361..a82246a 100644 --- a/basicswap/templates/bid_xmr.html +++ b/basicswap/templates/bid_xmr.html @@ -470,11 +470,11 @@ {% endif %} {% if data.show_bidder_seq_diagram %} - + {% endif %} {% if data.show_offerer_seq_diagram %} - + {% endif %} {% if data.chain_a_lock_tx_inputs %} @@ -566,26 +566,26 @@ {% if data.show_bidder_seq_diagram %}
- -
+ {% else %}
- -
+ {% endif %} {% if data.show_offerer_seq_diagram %}
-
{% else %}
-
diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 10a4ae8..867e018 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -243,7 +243,7 @@
- UNKNOW EVENT
+ UNKNOWN EVENT
{{ entry[1] }}
{{ entry[0] }}
@@ -260,7 +260,7 @@ View all -
+
--> @@ -311,7 +311,7 @@ - + {% endif %} @@ -703,4 +703,4 @@ floating_div.appendChild(messages); document.body.appendChild(floating_div); - {% endif %} \ No newline at end of file + {% endif %}