1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:09:54 +08:00
Commit Graph

3 Commits

  • Fix incorrect rank animation when beatmap panels retrieved from pool
    Rank animation is played for new panels when scrolling down, showing the
    previous rank belonging to the previous beatmap assigned to that
    specific panel instance.
  • Rename song select v2 classes and namespaces
    This aims to bring some conformity to naming to make it easier to
    understand component structure for new components.
    
    Renames are pulled out of the song select v2 changes and are more
    relevant there due to many new classes being added.
    
    - `V2` suffix is dropped, with v2 components being moved to a relevant V2 namespace.
    - Related classes have a prefix of the area they are used.
    - Experimenting with using partial/nested classes in the song select v2 implementation.
      Not committing to this yet but want to see how it plays out.
    - Moved base carousel components to a generic namespace to avoid confusion with actual beatmap carousel implementation.