From 20614213a7d07c1671b74e128157a38d8f82378e Mon Sep 17 00:00:00 2001 From: natsoni Date: Wed, 7 Feb 2024 12:41:56 +0100 Subject: [PATCH] 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 @@ - - + - - + + - - + + + + + + + + + + + +
HeightMinedPoolMined TXs Size
{{ block.height }} - - - {{ block.extras.pool.name }} - - {{ block.tx_count | number }}
@@ -221,6 +213,17 @@