BeatmapSetOnlineInfo
OsuTextBox
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
OsuDropdown
DrawableLoungeRoom
TestSceneLoungeRoomsContainer
SettingsItem
Don't flash screen red on fail if the user has disabled red tinting
I also changed the type of the button to `float` because it was mentally hard to parse a default button that is tracking a `bool` state. Probably not what we want for a test like this.
Signed-off-by: 5ln <xnafumie@gmail.com>
RulesetID
SettingsCheckbox
Move `DifficultyControlPoint`s to be specified at a per-`HitObject` level
Refresh dropdown appearance & add themed variant to settings sidebar
AudioFilter
Improve `PlayerLoader` audio and visual transitions
BeatmapInfo
PlayableBeatmap.BeatmapInfo
It doesn't play nicely with screen exiting, as it is automatically unbound during the exit process. Easiest to just avoid using this for now.