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
Now that metadata syncs have been moved to the queue and are top priority, we should no longer call sync_api when it's not necessary. When a source successfully deletes, we should delete the source locally without calling sync_api. When a star successfully is updated, we should untoggle the star (with the current error messaging to the user) without calling sync_api.
The text was updated successfully, but these errors were encountered:
sssoleileraaa
changed the title
No longer sync on successful delete operation
No longer sync on successful delete or star operation
Dec 10, 2019
To redraw the UI element (e.g. the star) when this change is made, a signal should be emitted to update just the relevant widget (this is one of the reasons why sync_api is being used everywhere).
Description
Now that metadata syncs have been moved to the queue and are top priority, we should no longer call
sync_api
when it's not necessary. When a source successfully deletes, we should delete the source locally without calling sync_api. When a star successfully is updated, we should untoggle the star (with the current error messaging to the user) without calling sync_api.The text was updated successfully, but these errors were encountered: