- Issue created by @tedbow
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
We should make sure the "Review X changes" list is never more than 10 seconds old
Should we re-check upon A) approaching (if using a pointer device), B) interacting with the "Review X changes" list?
- π¬π§United Kingdom jessebaker
The X in "Review x changes" is currently updated by the GET call to
/xb/api/v0/auto-saves/pending
We already call that every time...
- The user makes a change
- Every 10 seconds on a poll
- Every time the "Review x changes" button is clicked and the list popover is opened
While the list is open, the poll is suspended but if a user attempts to publish and they are out-of-sync with the server, the response to that will update the X again.
Is there some scenario where this is not adequately keeping that number up to date that I'm missing?