# Conflicts: # osu.Game/Beatmaps/RankStatus.cs # osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.cs # osu.Game/Overlays/Direct/FilterControl.cs # osu.Game/Overlays/DirectOverlay.cs
Also moves delete and action logic to a shared implementation
reverted change and instead check `DeletePending` when retrieving existing online IDs
Resolves #1925
This fixes the recreation of all panels when a download completes. Also fixes NullReference when you download without ever opening the details of one Set.
Still needs to be async'd
- Check for existing download requests on creating DirectPanel - Actually remove downloaded beatmap from results
Welcome back BeatmapManager
Aso debounce and don't require hitting enter.