Add pause-resume UI and link up to pre-existing functionality#73
Add pause-resume UI and link up to pre-existing functionality#73burntcouscous wants to merge 4 commits intoMikodin:mainfrom
Conversation
|
@burntcouscous I super appreciate you contributing! Now that main is all good, I urge you to go further with it 😄 the I can't pretend to remember what was going on with it as it's almost a year ago, but there is a bug somewhere. I believe it had to do with moving between mobile and desktop The roots are here |
…me-functionality-issue Fix pause/resume timer and duration handling
|
Ok, I used Codex to make this change. I haven't tested it. Does it work? |
|
@burntcouscous briefly looking at the code, there is still no update for how the pause function works, this just added scaffolding around duration and displaying the correct time. I did not test it however |
It doesn't yet pause the timer though but functionally it should work leveraging your previous code of pausing and resuming.
BTW:
The main branch was already failing though; this is when I ran the version of Scribe I had already installed before I started working on the pause-resume branch:
So I couldn't test it all the way through.