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

offline app access #284

Open pgte opened 5 years ago

pgte commented 5 years ago

Leverage Service Workers to cache the app and make it load when you're offline.

(/cc @whyrusleeping )

jimpick commented 5 years ago

I did that for dat-shopping-list:

https://github.com/jimpick/dat-shopping-list

It should be a fairly mechanical process ... in terms of modifications to the app itself, we really should show the online/offline status somewhere in the UI.