MaximumSize
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
BeatmapPicker
DifficultyIcon
FormatStarRating()
Closes https://github.com/ppy/osu/issues/24079.
getGuestMapper()
Disturbing because name suggests pure method, but it is in fact `void` and also performs side effects by about the most confusing means possible.
BeatmapSet
LinkFlowContainer
guestMapperContainer
tests don't use it
Converts
APIBeatmap
APIBeatmapSet
Saves a whole list allocation
Also cleans up some weird code