From 842c4f54ac12e82a3c211a6cb020d4c78f5bd426 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 26 Apr 2024 16:32:31 +0200 Subject: [PATCH] ui: Wallet alert updates --- basicswap/templates/style.html | 10 +++++ basicswap/templates/wallet.html | 74 +++++++++++++++++++-------------- 2 files changed, 52 insertions(+), 32 deletions(-) diff --git a/basicswap/templates/style.html b/basicswap/templates/style.html index 6532c59..c03d453 100644 --- a/basicswap/templates/style.html +++ b/basicswap/templates/style.html @@ -462,6 +462,11 @@ ' %} +{% set blue_cross_close_svg = ' + + + +' %} {% set white_automation_svg = ' @@ -565,6 +570,11 @@ ' %} +{% set circular_update_messages_svg = ' + +' %} {% set input_down_arrow_offer_svg = ' diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 11718a2..059b327 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -1,5 +1,5 @@ {% include 'header.html' %} -{% 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, red_cross_close_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, red_cross_close_svg, blue_cross_close_svg, circular_update_messages_svg, circular_error_messages_svg %}
@@ -28,49 +28,59 @@
{% include 'inc_messages.html' %} - {% if w.updating %} - {% endif %} {% if w.havedata %} {% if w.error %} - {% else %}