The counter implementaiton is now list based, and will not invalidate previous hits by removing them but by testing if they are within the 1 second span, allowing better integration with replays and spectators.
Fix intermittent HUD tests
Add collection transfer logic to beatmap import-as-update flow
Reduce calls to `LoadTrack` by implicitly running on test/dummy classes
Move beatmap collections to realm
LoadTrack
TrackLoaded
TestWorkingBeatmap
Remove unused `RulesetStore` from `BeatmapManager` constructor
Add more comprehensive xmldoc for beatmap model classes
Add realm refresh calls to fix intermittent test failures on new update tests
RulesetStore
BeatmapManager
DrawableRoomPlaylistItem
Remove nullable disable annotation in mods for taiko ruleset.
Refresh
Live
InstantHandleAttribute
Remove nullable disable annotation in mods for mania ruleset.
NotificationOverlay
CollectionSettings
ManageCollectionsDialog
CollectionFilterDropdown
Add Toast notification to ExternalLinkButton's context menu
Move `LegacyComboCounter` to `osu.Game.Skinning`