1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 10:47:24 +08:00
osu-lazer/osu.Game/Screens/Select/Carousel
Dean Herbert 82293c0c86 Don't filter away results with missing data when using "Date Submitted" or "Date Ranked" sort modes
From a user's perspective, changing a sort / order mode shouldn't filter
away results, but we were doing this.

In terms of UX expectations, in stable this kind of scenario would
results in a group being added to the end of son select with "Not
ranked" or "Unknown". I think we should aim to match this eventually.
2023-03-03 16:36:18 +09:00
..
CarouselBeatmap.cs Remove nullable disabling in carousel 2023-01-08 19:02:48 +01:00
CarouselBeatmapSet.cs Don't filter away results with missing data when using "Date Submitted" or "Date Ranked" sort modes 2023-03-03 16:36:18 +09:00
CarouselGroup.cs remove unnecessary usages of nullable forgiveness, add asserts for debugging 2023-01-09 18:36:55 +01:00
CarouselGroupEagerSelect.cs Remove nullable disabling in carousel 2023-01-08 19:02:48 +01:00
CarouselHeader.cs Refactor HoverSampleDebounceComponent to inherit Component 2023-02-03 00:29:25 -08:00
CarouselItem.cs Remove boxing overhead in CarouselItem comparator 2023-01-10 18:35:06 +01:00
DrawableCarouselBeatmap.cs Rename and document method to limit scope 2023-02-03 15:04:47 +09:00
DrawableCarouselBeatmapSet.cs Fix whitespace around Debug.Assert 2023-01-10 18:03:17 +09:00
DrawableCarouselItem.cs Revert Debug.Assert 2023-01-10 17:52:28 +09:00
FilterableDifficultyIcon.cs Remove nullable disabling in carousel 2023-01-08 19:02:48 +01:00
GroupedDifficultyIcon.cs Remove nullable disabling in carousel 2023-01-08 19:02:48 +01:00
SetPanelBackground.cs Remove nullable disabling in carousel 2023-01-08 19:02:48 +01:00
SetPanelContent.cs Fix intermittent failure in certain beatmap carousel tests 2023-01-13 19:41:44 +03:00
TopLocalRank.cs Partial everything 2022-11-27 00:00:27 +09:00
UpdateBeatmapSetButton.cs Partial everything 2022-11-27 00:00:27 +09:00
UpdateLocalConfirmationDialog.cs Partial everything 2022-11-27 00:00:27 +09:00