w3champions / website

The webpage for the www.w3champions.com community project.
49 stars 57 forks source link

Fix mmr distribution requests #560

Closed gustav87 closed 1 year ago

gustav87 commented 1 year ago

Commit "fetch seasons only once" is a bit misnamed, because it does two things. It only fetches seasons from backend if the array of seasons isn't already populated in the frontend. There's no need to do that multiple times because it's something that changes very rarely. The commit also makes sure to fetch mmr distribution data once when navigating to Overall Statistics -> MMR, not 3 times. fetchMmrDistributionOnlyOnce

Commit "Fix Vue warning": vueWarning

Commit "Fix wrong clan being displayed": wrongClan

Commit "Fix 'unexpected end of JSON input' when loading a player without a clan: unexpectedJSONclan

Commit "Fix multiple interval timers being set": multipleIntervals

Commit "Fix JS error on MMR timeline in player profile": mmrRpAtDatesError

Commit "Fix clan not showing when fresh reloading on player clan tab": clanNotDisplayingOnRefresh