+
+
+
{{ item?.content?.title }}
- {{ showType(item.content['@type']) }}
+
+
+
+
+
Description
+
+
+
+
+
+
+
-
+
+
+
+ {{ showType(item.content['@type']) }}
+
+
-
- {{ statusMap?.[item?.status] || item?.status }}
+ >
+
+
+ {{ statusMap?.[item?.status] || item?.status }}
+
+
+
+ {{ format.toDay(item.voting_end_time, 'from') }}
-
- {{ format.toDay(item.voting_end_time, 'from') }}
+
+
+
+
-
-
+
diff --git a/src/components/ProposalProcess.vue b/src/components/ProposalProcess.vue
index babcadfa..b970feca 100644
--- a/src/components/ProposalProcess.vue
+++ b/src/components/ProposalProcess.vue
@@ -30,46 +30,35 @@ const veto = computed(() =>
-
-
-
-
-
-
-
No With Veto
-
{{ veto }}
-
-
-
-
-
Abstain
-
{{ abstain }}
-
-
-
-
-
+
-
+ class="h-6 bg-yes flex items-center pl-2 text-white overflow-hidden"
+ :style="`width: ${yes}`"
+ :title="yes"
+ >
+ {{ yes }}
+
+
+ {{ no }}
+
+
+ {{ veto }}
+
+
+ {{ abstain }}
+