From 9d57f91962b6894cf82965ad0bba1e6aee41d0fd Mon Sep 17 00:00:00 2001 From: trungbach Date: Tue, 9 Jul 2024 18:18:44 +0700 Subject: [PATCH] style: update UI uptime, consensus --- src/components/ChainSummary.vue | 6 +- src/components/ProposalListItem.vue | 8 +- src/components/UptimeBar.vue | 7 +- src/modules/[chain]/consensus/index.vue | 86 ++++++------------- src/modules/[chain]/gov/[proposal_id].vue | 26 +++--- src/modules/[chain]/gov/index.vue | 4 +- .../ibc/connection/[connection_id].vue | 10 +-- src/modules/[chain]/ibc/index.vue | 6 +- src/modules/[chain]/params/index.vue | 2 +- src/modules/[chain]/supply/index.vue | 6 +- src/modules/[chain]/uptime/index.vue | 12 ++- src/pages/index.vue | 4 +- 12 files changed, 77 insertions(+), 100 deletions(-) diff --git a/src/components/ChainSummary.vue b/src/components/ChainSummary.vue index 48437177..d0ef42bd 100644 --- a/src/components/ChainSummary.vue +++ b/src/components/ChainSummary.vue @@ -29,10 +29,12 @@ const addFavor = (e: Event) => { :to="`/${name}`" class="bg-base-100 hover:bg-gray-100 dark:bg-[#141416] dark:hover:bg-[#2E2E33] rounded-md shadow flex items-center px-3 py-3 cursor-pointer border border-base-300 borderImage" > -
+
-
+
{{ conf?.prettyName || props.name }}
- +