peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 56 forks source link

How can I tell if my Pad has been pinned? #251

Closed daviddias closed 7 months ago

daviddias commented 5 years ago
image

As far as I can see, the UI doesn't tell me the state of persistence yet.

pgte commented 5 years ago

See dev.peerpad.net

daviddias commented 5 years ago

Niiiiiiceeeeeee!! <3

image
daviddias commented 5 years ago
image

oh :(

pgte commented 5 years ago

It's the peer discovery time that is large (which is being worked on here).

But once the pinner peer is discovered, it should get saved.

It happened ok for me:

peerpad

@daviddias has it worked out for you?

victorb commented 5 years ago

@pgte to make it more obvious what's happening, we can add pinner-list status indicator. It would look at how many pinners are in the collaboration, and show a warning if there is none online. if $NUM_PINNERS > 0 it would just show a Savers online: X message.

pgte commented 5 years ago

Related: https://github.com/ipfs-shipyard/peer-star-app/issues/189