You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state of sync is documented here - 2a3550d.
Caveats include:
Persistence fails if user simultaneously starts working on another task (this can only be done by clicking on one of the submissions from user dashboard, so it's not a common use case for Afra).
Sync works only b/w two (or more) tabs of the same browser on the same system. In lines with modern web apps we will want user to resume in any browser on any system.
Resolving those will mean syncing localStorage with server.
The text was updated successfully, but these errors were encountered:
Current state of sync is documented here - 2a3550d.
Caveats include:
Resolving those will mean syncing
localStorage
with server.The text was updated successfully, but these errors were encountered: