DrawableProfileScore
item
model
CreateDrawableItem
BeatmapInfo
ScoreBeatmapMetadataContainer
PaginatedScoreContainer
DrawableProfileWeightedScore
SoloScoreInfo
APIBeatmap
APIScore
Country
Change clicking source/tags on song select to filter instead of searching online
LoadComplete
Add and consume `SoloScoreInfo`
Fix dialog overlay potentially pushing dialog while not loaded
LanguageButton.Selected
BindValueChanged
PopOut
ScoreInfo
Use fire-and-forget async operations on global track
This avoids any blocking overhead caused by a backlogged audio thread. Test seem to pass so might be okay? Note that order is still guaranteed due to the `ensureUpdateThread` queueing system framework-side.
LoginForm
IAPIProvider
Move star difficulty filter to song select
InvalidOperationException
Without this, they can be very non-descript and hard to track down