Move online metrics out of databased models
Update `PreviewTrackManager` to use `IBeatmapSetInfo`
Allow API beatmap requests using interface type
GetBeatmapRequest
AddParameter
Update beatmap set status pill appearance in line with new designs
Was removed for being unneeded in a prerequisite PR but then ended up leading to compilation failures in the dependent PR.
Fix tournament client silently failing on error during parsing
FixedWidth
AutoSizeAxes
Fix incorrect length when calling `APIBeatmap.ToBeatmapInfo`
APIBeatmap.ToBeatmapInfo
LadderInfo
BeatmapMetrics
APIFailTimes
JsonIgnore
Just to avoid them getting serialised as part of the "new" .osu serialisation format.
BeatmapInfo
BeatmapSetInfo
Fix `BeatmapSetInfo`'s `Status` value being marked as non-databased
PreviewTrackManager
IBeatmapSetInfo
Status
Add build-only CI jobs for mobile platforms
Resolves compilation failures for the newly-added Android build-only CI job caused by inspection CA2201 ("Exception type System.Exception is not sufficiently specific").
Fix a couple of new layout inspections introduced in Rider 2021.3 EAP5
Fix a missed toast shortcut string not localising correctly
Fix focus returning to the lounge search textbox while password is being checked
Refactor `BeatmapMetadataContainer` and usages to use interface types
Remove unused `BeatmapTypeInfo` class
BeatmapMetadataContainer
Remove `BeatmapMetadata` base class from API classes
BeatmapTypeInfo
Helps reduce the scope of upcoming changes.
Fix low-pass filter continuing to take effect after fail animation has already ended
Remove unnecessary setters from `IBeatmapSetOnlineInfo` interface
IBeatmapSetOnlineInfo