Do not discard "old" data when getting rate-limited on refresh
rgehan opened this issue · 0 comments
rgehan commented
If your filter fetched data previously and you try to refresh, only to get rate-limited, we currently just show the error and discard whatever data you fetched previously.
We should indicate that the request was rate-limited in a more subtle way, and still display the "old" data.
Maybe we could show a small toast instead of showing a global error in the page