effect-js icon indicating copy to clipboard operation
effect-js copied to clipboard

Better progress indicating for actions in the SDK

Open djmbritt opened this issue 2 years ago • 0 comments

Many actions have multiple steps that take a while and take some time:

  • upload to IPFS
  • perform EOS transaction(s)
  • wait for block
  • … (?)

It would be nice if the interface can receive progress notifications on these actions, to provide more accurate loaders for users

maybe this can work with callbacks

djmbritt avatar Jan 05 '23 14:01 djmbritt