poanetwork / poa-dapps-voting

POA Network Governance Dapp
https://voting.poa.network
GNU General Public License v3.0
26 stars 54 forks source link

(Fix) Show a new ballot card right after the ballot is created #147

Closed varasev closed 6 years ago

varasev commented 6 years ago

Problem: ballot card doesn't appear after the appropriate ballot is created. The validator has to reload the page to see the new ballot.

Solution: make ballot card visible right after the ballot is created without page reloading.

varasev commented 6 years ago

Done in https://github.com/poanetwork/poa-dapps-voting/pull/151.