I don't see a reason to hide self. I kinda expect to be able to see that I'm online.
Use actual mod-adjusted map difficulty settings in the `SongBar`
Bypass 300ms debounce when requesting local leaderboards in song select
Fix hover fighting when a `SettingsToolboxGroup`'s child handles hover
Revert "Expand group that current selection resides in when moving mouse to left side of song select"
Reverts https://github.com/ppy/osu/pull/35184 as per https://github.com/ppy/osu/discussions/35683#discussioncomment-15034835.
RFC. Would probably close https://github.com/ppy/osu/issues/35773.
This is dodgy as hell but `ShortName` is completely derived from `OnlineID` anyway so there should be no valid reason to ever attempt to serialise it anyway.
SettingsToolboxGroup
Addresses https://github.com/ppy/osu/discussions/35772.
Clear chat state when local user changes
Fix editor test play autoplay / quick play toggles being usable while pause or resume overlays were showing
Add double-click-nub-to-reset function to form slider bars
Closes https://github.com/ppy/osu/issues/35081.
APIRuleset
RulesetInfo
See https://github.com/ppy/osu/pull/35742#issuecomment-3561517030.
TournamentBeatmap
IBeatmapInfo.Ruleset
This is being queried by the https://github.com/ppy/osu/blob/master/osu.Game.Rulesets.Mania/ManiaRuleset.cs#L442 but since we don't actually draw column count anywhere nor are we supposed to be running converts in tournaments it should be safe to populate it with nothing.
SongBar
Update framework
Debounce continuous track seeks to at most one every 200ms
Fix quick play showing expired playlist items
Restore original `delete` button name
Quickplay: Update background image to match designs
This [matches stable](https://github.com/peppy/osu-stable-reference/blob/52f3f75ed7efd7b9eb56e1e45c95bb91504337be/osu!/Audio/AudioEngine.cs#L1295) and feels somewhat better.
Add `created` alias for `submitted` song select filter
Use new sliders-with-text-input in editor toolboxes
Add "Report an issue" button to general settings
GameplayItem
MatchmakingRoomState.CandidateType
MatchmakingRoomState.FinalItem
Rank the Alternate and Single Tap mods
Avoid nuking logged in user's joined channels on showing match chat in tournament client
In a perfect world you could specify different precisions for the slider and the text box but let's start here and see if we get complaints first.
See https://github.com/ppy/osu/pull/35677#issuecomment-3555903209.