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
This is a pretty standard behavior on iOS for forcing a refresh action. We
currently only have the sync button on the main outlines view, but could make
pull to refresh work from any screen for consistency.
The text was updated successfully, but these errors were encountered:
It is quite easy to implement but the problem is that we block UI during the refresh for now. It was done to protect the database from any changes during the synchronisation process.
So, we can implement a transparent synchronisation for sure and do not block UI at all (we have to support merging, etc., if a user changes something during the synchronisation then we have to merge these changes back when synchronisation is completed). But I think it will take some time and will introduce some breaking changes. Anyway, we have to take the current implementation into account.
That’s for sure why it doesn’t currently exist, I wanted to have an issue for it since I’m trying to make it easier for contributors to add their thoughts or see what features have been discussed.
This is a pretty standard behavior on iOS for forcing a refresh action. We
currently only have the sync button on the main outlines view, but could make
pull to refresh work from any screen for consistency.
The text was updated successfully, but these errors were encountered: