regen-network / groups-ui

:rocket: UI for the Cosmos SDK group module
https://groups.regen.network
Apache License 2.0
6 stars 4 forks source link

Add support for viewing historical votes #121

Open ryanchristo opened 1 year ago

ryanchristo commented 1 year ago

Following #63, which adds support for viewing historical proposals with the final tally result of votes, we should add support for viewing historical votes for each proposal. This is dependent on indexing votes in addition to proposals and is dependent on those changes being implemented upstream in the indexer (https://github.com/regen-network/indexer/issues/22).