• Bug Fixes

    • Fixed the bug that the header (link bar at the top of the site) was crushed on the mobile user’s screen.

      Before

      Before

      After

      After

    • Fixed a bit of memory leak, which was caused by the so-called ‘Go to Top’ button on the level list page.

  • Design Changes

    • Changed the footer (which is at the end of the page) design.

      Before

      Before

      After

      After

    • Changed the ‘Top Plays’ design on the main page.

      Before

      Before

      After

      After

    • Changed the level list design.

      Before

      Before

      After

      After

      • If the BPM is 0, it will now display ‘?’.

        <aside> ❓ How can the BPM be 0?

        When the server brings information from the forum sheet, there is an error that a certain level of BPM is shown as 0. There was a bug since the beginning of the ADOFAI.gg service, but we haven’t found the cause yet, so we temporarily marked it as ‘?’.

        </aside>

    • Changed the level details pages’ design.

      Before

      Before

      After

      After

    • Changed the leaderboard design on the level details page.

      Before

      Before

      After

      After

    • Changed the ranking page design.

      Before

      Before

      After

      After

  • Feature Additions, Minor Changes

    • The browser now saves your filters/sort settings on the level list page, so you can continue where you left on even if you go to other pages.
    • On the level list page, fixed not to refresh even if pressing the reset setting button.
  • Shenanigans which general people don't need to understand

    • Changed the bundler from webpack to vite.