Implement realm beatmap importer
Localise toasts
OnlineID
Triggered by toggling Shift+Tab during gameplay.
Use different colours for selection and hover in dropdowns
ToString
OverlayColourProvider
OsuDropdown
Update appearance of setting default value indicator
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
Fix realm migration potentially failing from older releases
Comment out unused RankDisplay
Commented out as it may be revisited at a later time. Also currently unused.
Change `OnlineID` to non-nullable to allow for indexing in Realm
Fix ruleset template player tests failing due to null ruleset ID
SettingsItem
KeyBindingRow
Don't flash screen red on fail if the user has disabled red tinting
Fix epilepsy warning not being faded out on an early exit during gameplay load
Disable new null check inspections which we won't be using
BeatmapImporter
And make the online queue not `dynamic`, at very least.
inspectcode
ICanAcceptFiles
IModelImporter<TModel>