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
Since we have a cache-looser, it can take a while to load the entries.
This will result in a page, that just shows a empty list for a couple of seconds without telling the user to wait.
Acceptance Criteria:
opening the leaderboard will show a loader if a request in due
changing the leaderboard to "2v2" etc. will also show a loader
failed request will be handled and show the user something like a error message
non-goals:
fixing the leaderboardRepository if the token is invalid (currently creating a 503 on stale token)
The text was updated successfully, but these errors were encountered:
fcaps
added a commit
to fcaps/website
that referenced
this issue
Nov 20, 2023
Since we have a cache-looser, it can take a while to load the entries.
This will result in a page, that just shows a empty list for a couple of seconds without telling the user to wait.
Acceptance Criteria:
non-goals:
The text was updated successfully, but these errors were encountered: