TestCustomisableModRuleset
TestSceneModSettings
Improve first run overlay layout (and switch on)
Workaround interface mocks in `TestSceneFirstRunSetupOverlay` breaking with hot reload
TestSceneFirstRunSetupOverlay
Bring sentry usage up-to-date
Workaround bad performance when selecting all freemods
This is probably going to result in a high quantity of exceptions, but I think this is fine. We can add rules as we go to not log certain exception types.
SentryLogger
OsuGame
TournamentGame
OsuGameBase
Fix `SettingsToolboxGroup` not clearing transforms before updating autosize
Fix buttons no longer coloured using `OverlayColourProvider`
TestSceneSettingsToolboxGroup
Fix dropdown items' background being the wrong colour on first hover
ThemeComparisonTestScene
RoundedButton
OsuButton
This reverts commit 172524ff8a.
172524ff8a
Improve code quality of mod column flow container
Turns out to be an osu!-side issue. The colour transform was being shortcutted for the non-displayed case, which meant it was not in a good state in time for the first hover. Closes https://github.com/ppy/osu/issues/18163#issuecomment-1120747301
SettingsToolboxGroup