Fix `PanelUpdateBeatmapButton`'s tooltip display
PanelUpdateBeatmapButton
Update beatmap online statuses when the set is selected in song select
closes https://github.com/ppy/osu/issues/34502
Fix clicks propagating through personal best score area
Avoid reveal background triggering when more than left mouse button is involved
Display extended information about effect of beatmap attributes on gameplay in tooltip when hovering
Closes https://github.com/ppy/osu/issues/34393.
Fade music back in when returning from song select from gameplay
Always show "sort" dropdown but disable in cases it doesn't (yet) work
Fix leaderboard wedge updating scores in non-update thread
Calculate multiplayer room difficulty range based only on non-expired items when the room is open
This could be the case if the results screen goes away and is no longer running the update/scheduler loop.
FetchWithCriteria
Don't require pixel precision to expand editor toolboxes
Fix gameplay leaderboard showing for a split second on entering gameplay
Avoids UI components shifting around, breaking muscle memory. - Addresses #34443. - Closes #34415. - Supersedes and closes https://github.com/ppy/osu/pull/34446.
Fix intermittent update manager test, skin editor test not working on macOS
Addresses abrupt playback pointed out in https://github.com/ppy/osu/discussions/34472. In cases where the music is already playing, this isn't required (ie when returning from the player loading screen before gameplay starts).
I don't think this takes away from usability and it's the easiest solution to fix an actual issue. Closes https://github.com/ppy/osu/issues/34471.
Closes https://github.com/ppy/osu/issues/34483.
Ensure scores are re-fetched with correct criteria on re-entering song select
Fixes one part of https://github.com/ppy/osu/issues/34379.