Provide a `sync_status` store
The sync_status would update every 10 seconds with the latest state of
all repos, to be displayed in the repo where needed.
The sync_status would update every 10 seconds with the latest state of
all repos, to be displayed in the repo where needed.
Don’t we get this information already via the events that we stream from the backend? If so, I’d prefer to listen to those rather than adding one more poll.
Never mind, I’m dumb.
Rebase.