JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

Issues with Userhub active transactions #2739

Closed arrenv closed 1 month ago

arrenv commented 1 month ago

Steps to reproduce

  1. Create an action with the Reputation decision method.
  2. Ensure you don't have enough approved tokens.
  3. Stake on the motion, but don't sign the first transaction.
  4. Check the Userhub for the current transaction, notice the spinning loaders.
  5. Reject the transaction, check the loading spinners again.
  6. Retry the transaction.

Note: @chmanie is working on this component, I'm not sure if this has been resolved. But keeping a record of this specific issue.

Expected behaviour

Actual behaviour

tx-loading-issues

chmanie commented 1 month ago

I'll try this in my PR and see if it's resolved

chmanie commented 1 month ago

It is not completely resolved in my PR. I created #2760 which at least fixes the double loading spinner. The transaction refactor should resolve Retry and the other inconsistencies. This will be fixed for good once all actions are moved to #2528.