dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

bug: Contributions Don't Show Until Refresh #552

Closed apbendi closed 2 years ago

apbendi commented 2 years ago

Steps to reproduce:

  1. Add grant to cart
  2. Complete checkout
  3. After tx succeeds, navigate to "My Contributions" or to the contributions section of the grant you contributed to— ythe contribution does not show
  4. Wait a bit— it still doesn't show
  5. Refresh browser: it shows
apbendi commented 2 years ago

two things to consider:

  1. Why are watchers not updating/reactive?
  2. Even if we fix that, can we also be proactive when user is executing a tx client side for better UX— i.e. user's changes show up immediately.