TestSceneDifficultyIcon
Adjust search terms for mods
Fix visual BPM difference between beatmap wedge and mod selection
Closes https://github.com/ppy/osu/issues/27111.
Clear stored username/token from config when relevant checkboxes are unticked on login panel
This reverts commit d01421b951.
d01421b951
Add highest rank tooltip to global rank display
Reduce allocations in `TimelineBlueprintContainer`
Update framework
Fix beatmap carousel string carousel not matching expectations
DEFAULT
INSTANCE
Matches other similar comparers.
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
Fix classic skin follow circles animating from incorrect starting point
Apply padding to `GridContainer`s directly where possible
Fix `LegacyApproachCircle` incorrectly applying scaling factor
Reduce mania editor allocations with many objects selected
LegacyApproachCircle
MedalAnimation
Implicitly showing the medal overlay fires off some transforms, and the websocket listener runs on a TPL thread. That's a recipe for disaster, so schedule the show call.
OsuFocusedOverlayContainer