Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid losing in-progress work #15

Closed
PartyPlanner64 opened this issue Oct 9, 2016 · 1 comment
Closed

Avoid losing in-progress work #15

PartyPlanner64 opened this issue Oct 9, 2016 · 1 comment
Labels

Comments

@PartyPlanner64
Copy link
Owner

PP64 tries to save the board list into localstorage when the window closes. In most browsers, this is a limited resource, and if the board data grows to large, the write fails and work is lost.

Ideally there would at least be one of those prompts "you have unsaved work, etc." that would appear. I couldn't get it to work initially.

The workaround is to export anything important before closing the window.

@PartyPlanner64
Copy link
Owner Author

I at least got the prompt to work when localstorage saving fails, so might as well close this. Commit 2f491ea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant