dundring
dundring copied to clipboard
Store workout data locally
Store the recent workout data in localStorage and make it possible to download (or continue?) recent workouts
To specify; this should be implemented as a way to at least ensure data is not lost if a user redirects away from the site mid-workout.
As localStorage have a 5MB limit, we should use indexedDB
#478 Will hopefully solve this