arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Load as many blobs as possible when offline #199

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Requires this to properly function:

https://github.com/arj03/ssb-browser-core/pull/24

This change tries to display as many blobs as possible when not connected to a server (such as when Use Offline mode is active). It also contains a workaround for profile images trying to load before the profile index is filled in.

Fixes #76.

arj03 commented 3 years ago

Looks good. Thanks, will test.