Closed victorb closed 6 years ago
@victorb this is great!
About the pinned
events, I've opened this issue: https://github.com/ipfs-shipyard/peer-star-app/issues/167
I've opened another regarding the state changed
event: https://github.com/ipfs-shipyard/peer-star-app/issues/168
Good stuff!
This commits add a simple status indicator that currently shows the following states:
However, this commit has a issue where sometimes the
stage change
event happens multiple times in a row, and thepinned
event happens in the middle of those, but not in the end, leading to theReceiving
state to be shown until another event happens. Currently trying to reproduce this directly inpeer-star-app
See example of bug happening in peerpad here: https://ipfs.io/ipfs/QmUBh45vMG1axbhKdfYqcZqFBU3CM1eVwm6SBdRUPNFri1/stuck-on-receiving.ogv
License: MIT Signed-off-by: Victor Bjelkholm git@victor.earth