Adjust search terms for mods
Clear stored username/token from config when relevant checkboxes are unticked on login panel
Add highest rank tooltip to global rank display
Disable nested input managers on edited screen when skin editor is open
Fix `WorkingBeatmapCache` caching beatmap in wrong state leading to crash
LogoTrackingContainer
Truncate long dropdown menu item text and show tooltip
SoloStatisticsWatcher
Add support for displaying "unranked PP" placeholder
RankHighest
APIUser
Avoid closure allocations when applying hit object results
Rework `UserPanel`s to reduce container nesting
Co-authored-by: Dean Herbert <pe@ppy.sh>
Display which mods grant pp
addVolumeSteps
Lowering the master volume in the previous test meant that the volume levels would end up being modified.
MutedNotification
Instead of checking the master and music volumes separately to see if they're <= 1%, check the aggregate of the two volumes to see if it's <= -60 dB. When muted notification is activated, restore the aggregate volume level to -30 dB.