orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

feat(configuration): Add orbit data path to configuration. #194

Closed haadcode closed 7 years ago

haadcode commented 7 years ago

Add the possibility to set Orbit's data directory in the configuration screen. Make Orbit's data path isolated per user. Polish configuration screen visuals. Refactor startup sequence. Add OrbitStore to the UI. Remove obsolete code. Fix build process and dist builds. Remove obsolete scripts.

Closes #163. Closes #166. Closes #7. Closes #167.