luetkemj / aglet-timekeeper

A simple timekeeper for tabletop RPGs
MIT License
5 stars 2 forks source link

Attempt to salvage state when local storage is corrupt #1

Closed luetkemj closed 7 years ago

luetkemj commented 7 years ago

Currently when local storage is found to be corrupt state is completely reset.

It is possible to attempt to save whatever is valid to minimize data loss. This will be useful to do so when new features are added that require new state keys. Currently whenever new keys are added to state the app is reset and data is lost.

luetkemj commented 7 years ago

This has been solved ce7648934ce43f6708edba9c8194088f48f0ffd4