From 52c6b20acaa336227d36eaeda9e92eb0fafde408 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Fri, 5 May 2023 16:50:57 +0800 Subject: [PATCH] feat: governance detail card rewrite --- src/layouts/components/Footer.vue | 33 ------------------- .../components/NavbarThemeSwitcher.vue | 1 - src/modules/[chain]/gov/[proposal_id].vue | 14 ++++++-- 3 files changed, 12 insertions(+), 36 deletions(-) delete mode 100644 src/layouts/components/Footer.vue diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue deleted file mode 100644 index e47afd34..00000000 --- a/src/layouts/components/Footer.vue +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/src/layouts/components/NavbarThemeSwitcher.vue b/src/layouts/components/NavbarThemeSwitcher.vue index 1ff5e037..d0c4ab96 100644 --- a/src/layouts/components/NavbarThemeSwitcher.vue +++ b/src/layouts/components/NavbarThemeSwitcher.vue @@ -20,6 +20,5 @@ const themes: ThemeSwitcherTheme[] = [ diff --git a/src/modules/[chain]/gov/[proposal_id].vue b/src/modules/[chain]/gov/[proposal_id].vue index eba73be0..68702f8d 100644 --- a/src/modules/[chain]/gov/[proposal_id].vue +++ b/src/modules/[chain]/gov/[proposal_id].vue @@ -140,7 +140,17 @@ const abstain = computed(()=> {