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
Whenever we start downloading repos and permissions for a user they should be marked as "syncing" and a spinner shown on the Repository monitoring settings page, which can then be hidden once it's done, with a timestamp of last sync time, update to the active page to be done with pusher.
add new User field currently_syncing boolean
add new User field last_synced_at datetime
toggle currently_syncing in #update_repo_permissions_async
update last_synced_at after #update_repo_permissions_async finishes
show spinner on /dashboard if currently_syncing is true otherwise show last_synced_at
Whenever we start downloading repos and permissions for a user they should be marked as "syncing" and a spinner shown on the Repository monitoring settings page, which can then be hidden once it's done, with a timestamp of last sync time, update to the active page to be done with pusher.
currently_syncing
booleanlast_synced_at
datetimecurrently_syncing
in#update_repo_permissions_async
last_synced_at
after#update_repo_permissions_async
finishes/dashboard
ifcurrently_syncing
is true otherwise showlast_synced_at
/dashboard
message_bus
to update/dashboard
when#update_repo_permissions_async
is completeThe text was updated successfully, but these errors were encountered: