Saving current splits on window reload #971
Labels
enhancement
A new feature or general improvement to LiveSplit One.
high priority
This is a high priority issue.
requires livesplit-core changes
There's a bug or missing feature in livesplit-core that needs to be implemented.
work in progress
Someone is actively working on resolving this issue / implementing this pull request.
Context: I'm using livesplit one to keep track of a long running challenge (I try to solve 400 puzzles that last between a few minutes to an hour each) which works well except for when I close the window, everything is wiped when I reload. Sadly this is a managed computer that requires restarting Chrome fairly frequently and I lose all the current splits.
Proposal: Would it be possible to periodically (every couple of seconds while the timer is running) save the current splits to localstorage and when you load the page, then use localstorage data.
I'm happy to do the implementation as well if someone is able to tell me how to serialize/deserialize the state of livesplit-core.
Thanks!
The text was updated successfully, but these errors were encountered: