arj03 / ssb-browser-demo

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

Refactor ssb-singleton into core #267

Closed arj03 closed 3 years ago

arj03 commented 3 years ago

That way other applications build on core could use this.

KyleMaas commented 3 years ago

Glad to see you working on this. I was just about to start on this and was at the "thinking through how best to do it" stage.

KyleMaas commented 3 years ago

Realized one place that ssb-singleton is not modularized well is in its dependence on localprefs.

arj03 commented 3 years ago

This is now done :)

KyleMaas commented 3 years ago

Nice. That looks great!