arj03 / ssb-browser-demo

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

Add basic Settings screen #47

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This adds a basic settings screen with the following options:

This ended up being a more difficult change than I expected. It took me quite a while to figure out that ssb-browser-core had to be pulled in via require() instead of by its browser.js file being packaged into the included bundle. This also required a bump to the browserify version because it was pulling in an ancient version of path-browserify which was breaking a whole bunch of stuff.

arj03 commented 3 years ago

Great!

For now hops is probably not working as it should. I'll be working on updating ssb-friends to ssb-db2 next week, that should make that better.