-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timetagger doesn't synchronize in the background #439
Comments
It looks like this is accurate: timetagger/timetagger/app/stores.py Lines 831 to 863 in 1eb0dc2
When the But I think it can still be fixed by storing the pending records to the local storage/db and retrieving them as well when the app starts. |
Or: Using Timetagger as a PWA makes you lose records if you're too quick.
Steps to reproduce:
(*Why am I killing the PWA? Due to a long-standing bug in Firefox Android, PWAs will sometimes fail to start the renderer process when you open them, resulting in a blank screen. This persists until you kill the PWA, open the main Firefox app, and then reopen the PWA.)
Alternatively:
Workaround:
Each time you add a record, wait until Timetagger has synchronized with the server. This is rather annoying to do every single time, though.
Ideal solution:
I'd like for Timetagger to finish synchronizing records in the background, or at the very least remember records until the next time you open the app, so that it can synchronize them in the foreground.
The text was updated successfully, but these errors were encountered: