youknowriad/asblocks

Persisted unsaved changes to local storage

youknowriad opened this issue · 1 comments

The idea is that if you have unsaved changes, they should persist when you reload the page.
There are a few things that we need to get this right though.

  • Local changes shouldn't override new changes from external peers
  • Clicking the "new document" should reset the local changes.

YJS has a plugin for this we could use after the PR that switches to it lands.