Skip to content

v2.7.2 - Yo we made more big changes

Compare
Choose a tag to compare
@UncleClapton UncleClapton released this 26 Jun 19:03
123af97

Additions

  • Add rat honors to leaderboard
  • Add local pagination and rat name filtering to leaderboard
  • New redesigned profile front page (that looks amazing)

Changes

  • Remove old statistics page and everything related to them. Link to public grafana board instead.
  • Clean up Regex patterns/match stuff
  • Clean up <AppLayout />, Move page transition to it's own component (<PageLayout />)
  • Define custom next _error page instead of shoehorning our own in for no good reason.
  • Move ImageLoaderWorker to global state.
  • Change how carousel handles slide data so it plays nice with images loaded via global worker

Fixes

  • Fix CSP for edge and older firefox versions.
  • Fix authorize page being hidden when preAuthorized
  • Fix SSR rendering breaking on pages (react-spring bug fixed in v9)