OverlayColourProvider
DrawablePage
Fix OsuAnimatedButton animating when initially disabled
OnlineID
ScoreManager
Rename `BeatmapSetOnlineStatus` to `BeatmapOnlineStatus`
BeatmapSetOnlineStatus
BeatmapOnlineStatus
This variable is used at more than just a set level.
BeatmapSetInfo
RulesetInfo
ID
DifficultyCalculator
IWorkingBeatmap
BeatmapInfo.Version
DifficultyName
User
APIUser
BeatmapSetInfo.OnlineInfo
APIBeatmapSet
APIBeatmap
Update `UpdateableBeatmapBackgroundSprite` to accept `IBeatmapInfo`
IBeatmapSetOnlineInfo
var
BeatmapSetOnlineInfo
OsuTextBox
OsuDropdown
SettingsCheckbox
Update appearance of buttons in settings sidebar
Fix intermittent playlist results screen test failures
multipleIncrementMods
Rename `APIRequest.Result` to `Response`
Even though this is a completely local operation in this case, there's still a level of asynchronous operation which was recent introduced with the score ordering: https://github.com/ppy/osu/blob/853cf6feaa165e833ecb7ca18c6cdffe8ca6e005/osu.Game/Screens/Select/Leaderboards/BeatmapLeaderboard.cs#L159 This means there is a brief period where the `Scores` property is null, after `Reset()` is called in the re-fetch procedure.
APIRequest.Result
Response