Sivert Schou Olsen
Sivert Schou Olsen
Awesome work! 🙌 We obviously have a lot to fix, and your notes will be essential in that process! Most of the core developers have been using Wahoo smart trainers,...
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`](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
#478 Will hopefully solve this
@dependabot rebase
@dependabot rebase
The best i've come up with is adding the middleware function as a type guard at the beginning of every function that should be authorized. I'm not too satisfied with...
Being partly solved in #193
Thanks for reaching out, @petter! I've added the hacktoberfest-topic, so feel free to contribute! Feel free to reach out to me over at our [Slack workspace](https://join.slack.com/t/dundring/shared_invite/zt-10g7cx905-6ugYR~UdMEFBAkwdSWOAew) if you have any...
Hm I kinda agree, but as for now the loaded workout and the editable workout are two separate things. As per now you have to re-load the workout to make...