diff --git a/package.json b/package.json index 26fd8081..f70794f3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "md-editor-v3": "^2.8.1", "numeral": "^2.0.6", "osmojs": "^14.0.0-rc.0", - "ping-widget": "^0.0.28", + "ping-widget": "^0.0.29", "pinia": "^2.0.28", "postcss": "^8.4.23", "qrcode": "^1.5.3", diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index c9a18a9e..c2ac75fc 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -3,7 +3,7 @@ import { useBlockchain, useFormatter, useStakingStore, - useTxDialog + useTxDialog, } from '@/stores'; import { select } from '@/components/dynamic/index'; import type { PaginatedProposals } from '@/types'; @@ -45,55 +45,94 @@ const proposalInfo = ref();
-
# | -VALIDATOR | -VOTING POWER | -24h CHANGES | -COMMISSION | -ACTIONS | -
---|---|---|---|---|---|
-
+
+
+ Active
-
- {{ i + 1 }}
-
- |
-
-
- Inactive
-
-
-
-
+
-
-
-
-
-
-
-
- {{
- v.description?.website || v.description?.identity || '-'
- }}
- |
-
-
-
-
-
- - {{ - format.formatToken( - { - amount: parseInt(v.tokens).toString(), - denom: staking.params.bond_denom, - }, - true, - '0,0' - ) - }} -- {{ - format.calculatePercent( - v.delegator_shares, - staking.totalPower - ) - }} - |
-
- - {{ change24Text(v.consensus_pubkey) }} - | - -- {{ - format.formatCommissionRate( - v.commission?.commission_rates?.rate - ) - }} - | - -
-
- Jailed
-
- |
-
+ # + | +VALIDATOR | +VOTING POWER | +24h CHANGES | +COMMISSION | +ACTIONS | +
---|---|---|---|---|---|
+
+
+ {{ i + 1 }}
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ v.description?.website ||
+ v.description?.identity ||
+ '-'
+ }}
+ |
+
+
+
+
+
+ + {{ + format.formatToken( + { + amount: parseInt( + v.tokens + ).toString(), + denom: staking.params + .bond_denom, + }, + true, + '0,0' + ) + }} ++ {{ + format.calculatePercent( + v.delegator_shares, + staking.totalPower + ) + }} + |
+
+ + {{ change24Text(v.consensus_pubkey) }} + | + ++ {{ + format.formatCommissionRate( + v.commission?.commission_rates?.rate + ) + }} + | + +
+
+ Jailed
+
+ |
+