From dbc2f9e2dde89753b4ad1a44db42f4e9adcd752b Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 27 Sep 2020 01:31:20 +0700 Subject: [PATCH] Rearranged dashboard graphs. --- .../app/dashboard/dashboard.component.html | 103 +++++++++--------- 1 file changed, 49 insertions(+), 54 deletions(-) diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 10fa63e73..624cf5066 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -9,28 +9,51 @@ -
+ +
-
- - - - - -
-
Mempool size
-

- {{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks) -

-
-
Unconfirmed
-

- {{ mempoolInfoData.value.memPoolInfo.size | number }} -

-
+
+
Difficulty adjustment
+
+
+{{ epochData.change | number: '1.0-2' }}%
+
+
+
+ +
+
+
+
+ + + + + +
+
Mempool size
+

+ {{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks) +

+
+
Unconfirmed
+

+ {{ mempoolInfoData.value.memPoolInfo.size | number }} +

+
+
+ +
+ +
+ +
+
+
+
+
@@ -45,44 +68,16 @@
-
-
-
-
-
-
-
Difficulty adjustment
-
-
+{{ epochData.change | number: '1.0-2' }}%
-
-
-
-
-
-
-
-
-
-
Mempool by vBytes
-
- -
-
-
-
+

-
-
-
-
Tx weight per second
-
- - -
+
+ + +