From ab9ee3151ebb8b79a27ecd2b91fa7cecbad0613b Mon Sep 17 00:00:00 2001 From: natsoni Date: Mon, 27 May 2024 15:04:15 +0200 Subject: [PATCH] Add explanatory tooltips in incoming txs widget --- .../custom-dashboard.component.html | 18 ++++++++++++------ .../src/app/dashboard/dashboard.component.html | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html index 6e2db2165..94b68694d 100644 --- a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html +++ b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html @@ -68,11 +68,17 @@
-
Minimum fee
-
Purging
-

- < -

+ @if (!mempoolInfoData.value || mempoolInfoData.value.memPoolInfo.mempoolminfee === mempoolInfoData.value.memPoolInfo.minrelaytxfee || (stateService.env.BASE_MODULE === 'liquid' && mempoolInfoData.value.memPoolInfo.mempoolminfee === 0.000001)) { +
Minimum fee
+

+ +

+ } @else { +
Purging
+

+ < +

+ }
Unconfirmed
@@ -83,7 +89,7 @@
Memory Usage
-
+
 
/
diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 1b3eef543..3101a8f5d 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -272,11 +272,17 @@
-
Minimum fee
-
Purging
-

- < -

+ @if (!mempoolInfoData.value || mempoolInfoData.value.memPoolInfo.mempoolminfee === mempoolInfoData.value.memPoolInfo.minrelaytxfee || (stateService.env.BASE_MODULE === 'liquid' && mempoolInfoData.value.memPoolInfo.mempoolminfee === 0.000001)) { +
Minimum fee
+

+ +

+ } @else { +
Purging
+

+ < +

+ }
Unconfirmed
@@ -287,7 +293,7 @@
Memory Usage
-
+
 
/