From 6b1945489c9daa3e7a56509c10a931597daf252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio?= Date: Tue, 12 Dec 2023 23:35:16 +0000 Subject: [PATCH 1/6] Add `RapidFire` visual context and highlight successful rebalances --- gui/templates/rebalances_table.html | 227 ++++++++++++++++------------ 1 file changed, 128 insertions(+), 99 deletions(-) diff --git a/gui/templates/rebalances_table.html b/gui/templates/rebalances_table.html index c2409cd4..42d34a46 100644 --- a/gui/templates/rebalances_table.html +++ b/gui/templates/rebalances_table.html @@ -1,111 +1,140 @@ {% load humanize %}
-

{% if status == 2 %}Successful{% elif status == 0 %}Pending{% elif status == 1 %}In-Flight{% else %}Last{% endif %} {{title}}

- - - - - - - - - - - - - - - +

{% if status == 2 %}Successful{% elif status == 0 %}Pending{% elif status == 1 %}In-Flight{% else %}Last{% endif %} {{title}}

+
RequestedStartStopScheduled forElapsedValueFee LimitTarget PPMFees PaidLast HopStatusHashAction
+ + + + + + + + + + + + + + + + + + + + - - - - - - - -
RequestedStartStopScheduled forElapsedValueFee LimitTarget PPMFees PaidLast HopStatusHashAction
+ Load More +
- Load More -
-
- + } + \ No newline at end of file From bdee4a18f307caa38d9ad16b7793a629f2c44711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio?= Date: Wed, 13 Dec 2023 12:28:00 +0000 Subject: [PATCH 2/6] Add `RapidFire` dependency to other rebalances table --- gui/templates/home.html | 2 +- gui/templates/rebalances.html | 8 ++++---- gui/templates/rebalancing.html | 2 +- gui/views.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gui/templates/home.html b/gui/templates/home.html index d6604b2e..fc630177 100644 --- a/gui/templates/home.html +++ b/gui/templates/home.html @@ -336,7 +336,7 @@