-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% if sent_offers %}
-
-
-
-
-
-
-
- {% endif %}
-
-
-
-
-
-
-
-
-
-
+ {% endif %}
+
+
+
+
+
-
-
-
-
-
-
-
- |
-
- Date/Time at
-
- |
-
-
- Details
-
- |
-
-
- Recipient
-
- |
-
-
-
- You get
-
- |
-
-
- Amount
-
- |
-
-
- You Send
-
- |
-
-
- Amount
-
- |
-
-
- Rate
-
- |
-
-
-
- Trade
-
- |
-
-
-
- {% for o in offers %}
-
- |
-
-
- |
-
-
-
- Network: {{ o[7] }}
- Amount Variable: {{ o[14] }}
- Swap Type: {{ o[13] }}
-
- |
-
- {{ o[8] }}
- |
-
-
- {% if o[9]==true %}
- {{ o[3] }}
- |
-
- {{ o[5]|truncate(8,true,'',0) }}
-
- |
- {% else %}
-
- {{ o[2] }}
-
-
- {{ o[4]|truncate(8,true,'',0) }}
-
- |
- {% endif %}
-
- {% if o[9]==true %}
- {{ o[2] }}
- |
-
- {{ o[4]|truncate(8,true,'',0) }}
-
- |
- {% else %}
-
- {{ o[3] }}
-
-
- {{ o[5]|truncate(8,true,'',0) }}
-
- |
- {% endif %}
-
- {{ o[6]|truncate(8,true,'',0) }}
-
- |
-
-
- {% if o[9]==true %}Edit{% else %}Swap{% endif %}
- |
-
-
- {% endfor %}
-
-
-
-
-
-
-
-
-
-
-
-
Page: {{ filters.page_no }}
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
{% include 'footer.html' %}
-
diff --git a/basicswap/templates/style.html b/basicswap/templates/style.html
index f8db68b..8627a35 100644
--- a/basicswap/templates/style.html
+++ b/basicswap/templates/style.html
@@ -1,12 +1,118 @@
{% set select_box_arrow_svg = '
' %}
-{% set select_box_class = 'hover:border-blue-500 bg-gray-50 text-gray-900 appearance-none pr-10 dark:bg-gray-500 dark:text-white border border-gray-300 dark:border-gray-400 dark:text-gray-50 dark:placeholder-white text-sm rounded-lg outline-none focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 focus:ring-0' %}
-
{% set circular_arrows_svg = '
' %}
+
+{% set circular_error_svg = '
' %}
+
+{% set circular_info_svg = '
' %}
+
+{% set cross_close_svg = '
' %}
+
+{% set breadcrumb_line_svg = '
' %}
+
+{% set withdraw_svg = '
' %}
+
+{% set utxo_groups_svg = '
' %}
+
+{% set create_utxo_svg = '
' %}
+
+{% set lock_svg = '
+' %}
+
+{% set eye_show_svg = '
+' %}
+
+{% set place_new_offer_svg = '
+' %}
+
+{% set page_back_svg = '
+' %}
+
+{% set page_forwards_svg = '
+' %}
+
+
+{% set filter_clear_svg = '
+' %}
+
+{% set filter_apply_svg = '
+' %}
+
+
+{% set input_arrow_down_svg = '
+' %}
+
+{% set arrow_right_svg = '
+' %}
+
+
+
+
+
+{% set select_box_class = 'hover:border-blue-500 bg-gray-50 text-gray-900 appearance-none pr-10 dark:bg-gray-500 dark:text-white border border-gray-300 dark:border-gray-400 dark:text-gray-50 dark:placeholder-white text-sm rounded-lg outline-none focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 focus:ring-0' %}
\ No newline at end of file
diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html
index 4c615bd..d389d9b 100644
--- a/basicswap/templates/wallet.html
+++ b/basicswap/templates/wallet.html
@@ -1,106 +1,86 @@
{% include 'header.html' %}
-{% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg %}
+{% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg, circular_error_svg, circular_info_svg, cross_close_svg, breadcrumb_line_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg %}
-
+
+
-
-
-
-

-

-

-
-
-
-
-
- {{ w.name }} Wallet -
-
-
Manage your {{ w.ticker }} wallet. {% if refresh %} (Page Refresh: {{ refresh }} seconds) {% endif %}
-
-
+
-
-
- {% include 'inc_messages.html' %}
- {% if w.updating %}
-
+
+
-
-
-
-
-
-
-
Updating...
-
+
+

+

+
+
+
+
{{ w.name }} Wallet -
+
+
Manage your {{ w.ticker }} wallet. {% if refresh %} (Page Refresh: {{ refresh }} seconds) {% endif %}
+
+
-
-
-
-
- {% endif %}
- {% if w.havedata %}
- {% if w.error %}
-
+
+{% include 'inc_messages.html' %}
+
+{% if w.updating %}
+
+
+
+
+
+
+
+
+ {{ circular_info_svg | safe }}
+
+
+
+
Updating, please wait...
+
+
+
+
+
+
+
+
+
+
+{% endif %}
+
+{% if w.havedata %}
+
+{% if w.error %}
+
-
+ {{ circular_error_svg | safe }}
@@ -109,177 +89,183 @@
-
+
+
+
- {% else %}
-