From da13d3728492f1f8620cc75846613aeb4373cb1d Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Sun, 7 May 2023 08:07:19 +0800 Subject: [PATCH] feat: alert UI refactor --- src/components/ProposalListItem.vue | 4 ++-- src/modules/[chain]/block/index.vue | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index 32faa6df..9681016d 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -59,7 +59,7 @@ const statusMap: Record = { : 'text-info' " > - + >
{{ statusMap?.[item?.status] || item?.status }}
diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue index fe459674..72288a7f 100644 --- a/src/modules/[chain]/block/index.vue +++ b/src/modules/[chain]/block/index.vue @@ -39,7 +39,7 @@ const format = useFormatter(); - + - + {{ item.hash @@ -82,11 +82,13 @@ const format = useFormatter();
- +
+
+
+ + Only show txs in recent blocks +
+