1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 15:17:44 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay/DailyChallenge
Bartłomiej Dach 5fa586848d
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.
2024-07-04 13:52:08 +02:00
..
Events Use room watching functionality to receive realtime daily challenge updates 2024-06-28 13:35:16 +02:00
DailyChallenge.cs Replace old bad daily challenge leaderboard with new implementation 2024-07-04 13:52:08 +02:00
DailyChallengeCarousel.cs Make action required init 2024-06-26 21:50:34 +09:00
DailyChallengeEventFeed.cs Add results screen for displaying arbitrary daily challenge scores 2024-07-04 13:45:24 +02:00
DailyChallengeLeaderboard.cs Replace old bad daily challenge leaderboard with new implementation 2024-07-04 13:52:08 +02:00
DailyChallengeScoreBreakdown.cs Use room watching functionality to receive realtime daily challenge updates 2024-06-28 13:35:16 +02:00
DailyChallengeTimeRemainingRing.cs Use extracted headings on daily challenge screen 2024-06-12 11:44:19 +02:00