-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save "featured artists" filter to user settings and disable toggling on iOS #31238
Conversation
Co-authored-by: Susko3 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
osu.Game/Overlays/BeatmapListing/BeatmapSearchGeneralFilterRow.cs
Outdated
Show resolved
Hide resolved
Addressed in fcfab9e |
osu.Game/Overlays/BeatmapListing/BeatmapSearchGeneralFilterRow.cs
Outdated
Show resolved
Hide resolved
osu.Game/Overlays/BeatmapListing/BeatmapSearchMultipleSelectionFilterRow.cs
Outdated
Show resolved
Hide resolved
Please run tests please run tests please run tests.
osu.Game/Overlays/BeatmapListing/BeatmapSearchMultipleSelectionFilterRow.cs
Outdated
Show resolved
Hide resolved
/// <summary> | ||
/// "Toggling this filter is disabled in this platform." | ||
/// </summary> | ||
public static LocalisableString FeaturedArtistsDisabledTooltip => new TranslatableString(getKey(@"featured_artists_disabled_tooltip"), @"Toggling this filter is disabled in this platform."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't do anything to explain the "why". you can already see it's disabled by it being greyed out.
maybe a tooltip is fine, but the text needs rethinking.
also an aside since we'll be changing it, but it should read "on this platform", not "in".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added it because it states that the filter is disabled at a platform-level, better than not say anything and have the user think they disabled a setting somewhere or the game is bugged. An explanation would be good if one can be thought of, but at least mentioning that it's happening at a platform-level avoids users thinking it's a bug.
73b13af
to
8762e3f
Compare
The toggle will remain visible on iOS but in a grayed and non-interactive state. Hiding it would be misleading since it's always turned on.