From f0189342ec1e0b90371d31de6e892d516498dae9 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Tue, 9 May 2023 20:37:09 +0800 Subject: [PATCH 1/5] fix: recover show market name --- src/modules/[chain]/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue index a1d47a15..4d9565a7 100644 --- a/src/modules/[chain]/index.vue +++ b/src/modules/[chain]/index.vue @@ -141,6 +141,9 @@ const comLinks = [
+
+ {{ item?.market?.name }} +
{{ shortName(item?.base, item.coin_id) }}/{{ shortName(item?.target, item.target_coin_id) From b57db735ed32f2a654fe7703b445f8bc74a7cace Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Tue, 9 May 2023 22:01:12 +0800 Subject: [PATCH 2/5] feat: button style refactor --- src/modules/[chain]/block/index.vue | 8 ++++---- src/modules/[chain]/cosmwasm/[code_id]/contracts.vue | 2 ++ src/modules/[chain]/gov/[proposal_id].vue | 8 +++++++- src/modules/[chain]/ibc/index.vue | 11 ++++++++++- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue index 72288a7f..a3dc369b 100644 --- a/src/modules/[chain]/block/index.vue +++ b/src/modules/[chain]/block/index.vue @@ -38,8 +38,8 @@ const format = useFormatter(); Time - - + + Fees - - + + {{ item.hash diff --git a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue index 2785e1ad..bdaf12a8 100644 --- a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue +++ b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue @@ -139,6 +139,7 @@ const result = ref(''); + Contract States @@ -159,6 +160,7 @@ const result = ref(''); + Query Contract diff --git a/src/modules/[chain]/gov/[proposal_id].vue b/src/modules/[chain]/gov/[proposal_id].vue index 6272ba65..39d0b75c 100644 --- a/src/modules/[chain]/gov/[proposal_id].vue +++ b/src/modules/[chain]/gov/[proposal_id].vue @@ -300,7 +300,13 @@ const processList = computed(()=>{ - Load more +
diff --git a/src/modules/[chain]/ibc/index.vue b/src/modules/[chain]/ibc/index.vue index 1ccd9fe3..b403962f 100644 --- a/src/modules/[chain]/ibc/index.vue +++ b/src/modules/[chain]/ibc/index.vue @@ -48,7 +48,16 @@ function color(v: string) { {{ v.delay_period }} - {{ v.state }} +
+ + {{ v.state }} +
From 22987636a846417d8aec0743c2ac437e005eadc1 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Wed, 10 May 2023 00:26:47 +0800 Subject: [PATCH 3/5] feat: dashboard exchange list --- src/modules/[chain]/index.vue | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue index 4d9565a7..c1093ba2 100644 --- a/src/modules/[chain]/index.vue +++ b/src/modules/[chain]/index.vue @@ -71,7 +71,7 @@ const comLinks = [ class="bg-base-100 rounded shadow mb-4" >
-
+
{{ coinInfo.name }} ({{ coinInfo.symbol @@ -100,7 +100,9 @@ const comLinks = [
-