ui: Restore xmr bid sequence diagrams.

2024-05-20_merge
tecnovert 2 years ago
parent 4fc68b5717
commit e46fd193fe
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
  1. 2
      basicswap/__init__.py
  2. 4
      basicswap/templates/bid_xmr.html
  3. 2
      basicswap/templates/header.html

@ -1,3 +1,3 @@
name = "basicswap"
__version__ = "0.11.40"
__version__ = "0.11.41"

@ -470,11 +470,11 @@
{% endif %}
{% if data.show_bidder_seq_diagram %}
<!--<img src="/static/sequence_diagrams/xmr.bidder.alt.xu.min.svg" />-->
<img src="/static/sequence_diagrams/xmr.bidder.alt.xu.min.svg" />
{% endif %}
{% if data.show_offerer_seq_diagram %}
<!--<img src="/static/sequence_diagrams/xmr.offerer.alt.xu.min.svg" />-->
<img src="/static/sequence_diagrams/xmr.offerer.alt.xu.min.svg" />
{% endif %}
{% if data.chain_a_lock_tx_inputs %}

@ -243,7 +243,7 @@
<div class="pl-3 w-full">
<div class="text-gray-500 text-sm mb-1.5">
<span class="font-semibold text-gray-900">
UNKNOW EVENT</span><br/>
UNKNOWN EVENT</span><br/>
<span class="mt-2 mb-2 inline-flex px-2.5 py-1.5 text-xs font-small monospace text-center text-white bg-gray-800 rounded-lg hover:bg-gray-700 focus:ring-4 focus:outline-none focus:ring-gray-300">
{{ entry[1] }}
<div class="text-xs text-blue-600">{{ entry[0] }}</div>

Loading…
Cancel
Save