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

2 Commits

  • Make RoomID non-bindable
    Most important changes are to `RoomSubScreen` and `PlaylistsRoomSubScreen`, because those are the only two cases that now bind to the event instead.
  • Replace old bad daily challenge leaderboard with new implementation
    - Actually shows scores rather than playlist aggregates (which are
      useful... in playlists, where there is more than one item)
    - Actually allows scores to be shown by clicking on them
    - Doesn't completely break down visually on smaller window sizes
    
    The general appearance is not as polished as the old one in details but
    I wanted something quick that we can get out by next weekend.
    
    Also includes the naive method of refetching scores once a new top 50
    score is detected. I can add a stagger if required.