From 20614213a7d07c1671b74e128157a38d8f82378e Mon Sep 17 00:00:00 2001 From: natsoni Date: Wed, 7 Feb 2024 12:41:56 +0100 Subject: [PATCH 1/2] Add skeleton to recent blocks on Liquid dashboard --- .../app/dashboard/dashboard.component.html | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 92b64fe5e..1cb2fadd1 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -117,22 +117,14 @@ - - + - - + + - - + + + + + + + + + + + +
From 03d4375b17a63dd1e9eb950ad726fd0338848841 Mon Sep 17 00:00:00 2001 From: natsoni Date: Wed, 7 Feb 2024 14:51:23 +0100 Subject: [PATCH 2/2] Clean up blocks-list skeleton --- .../app/components/blocks-list/blocks-list.component.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.html b/frontend/src/app/components/blocks-list/blocks-list.component.html index 838c7cb4e..fd171720f 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.html +++ b/frontend/src/app/components/blocks-list/blocks-list.component.html @@ -92,21 +92,18 @@ - -
HeightMinedPoolMined TXs Size
{{ block.height }} - - - {{ block.extras.pool.name }} - - {{ block.tx_count | number }}
@@ -221,6 +213,17 @@
- + - - +