1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:07:25 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay/DailyChallenge
Bartłomiej Dach b29e535ca5
Add results screen for displaying arbitrary daily challenge scores
At this point its primary usage is the daily challenge event feed, but
the leaderboard will be using this too shortly.

Because the playlists results screen that exists in `master` is
hard-coupled to showing the *local user's* best result on a given
playlist by way of hard-coupling itself to the relevant API request,
allowing show of *arbitrary* score by ID requires a whole bunch of
subclassery as things stand. Oh well.

Class naming is... best effort, due to the above.
2024-07-04 13:45:24 +02:00
..
Events Use room watching functionality to receive realtime daily challenge updates 2024-06-28 13:35:16 +02:00
DailyChallenge.cs Add results screen for displaying arbitrary daily challenge scores 2024-07-04 13:45:24 +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
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