Fix being able to change ruleset / beatmap when opening skin editor from main menu
Fix searching at song select matching incorrect ruleset
EndlessPlayer
Add ban count option to round editor
Fix several issues around catch beatmap conversion
Move test files to Catch.Tests project
Fix `ArgonHealthDisplay` sometimes behaving weirdly on miss judgements (alternative)
No tests because it would be silly to test this – it's already a well established behaviour and was just initialised incorrectly.
Remove hover checks for mod-copying menu item
Regressed with https://github.com/ppy/osu/pull/25679.
Implemented tests to make sure logic works as intended
Add ability for the host to abort an in-progress match
Improve song select search performance
case-when
DangerousActionDialog
Changed the LabelledFileChooser in the setup to show the file name of the file that is was selected
Very minor, but putting the more common case towards the start of the method allows early return.
Bypasses various overheads. In theory should be fine? (until it's not on some language)
ArgonHealthDisplay
Uncomment net6.0 code and remove old code in `BeatmapListingOverlay`
Fix several edge cases in skin editor gameplay scene opening flow