diff --git a/pages/distribution.vue b/pages/distribution.vue index a29a933..4c5b7a3 100644 --- a/pages/distribution.vue +++ b/pages/distribution.vue @@ -79,22 +79,52 @@ Cycle Distribution History
| Cycle | -Total | -You claimed | ++ Cycle + | ++ Total + | ++ Vote weight + | ++ Voters + | ++ Votes + | ++ You claimed + |
|---|---|---|---|---|---|---|---|---|
| {{ balance.cycle_id }} | ++ {{ balance.cycle_id }} + | {{ balance.balance[0].value / 10000 }} {{ efxToken }} + — | +{{ formatCycleMetric(balance.cycle_id, 'totalVoteWeight') }} | +{{ formatCycleMetric(balance.cycle_id, 'voterCount') }} | +{{ formatCycleMetric(balance.cycle_id, 'voteCount') }} | Can be claimed in next cycle | @@ -102,7 +132,7 @@ {{ getUserCycleClaim(balance.cycle_id) }} {{ efxToken }}- - + — |