Skip to content
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

Merged
merged 12 commits into from
Dec 24, 2024

Conversation

frenzibyte
Copy link
Member

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.

@peppy peppy self-requested a review December 22, 2024 14:08
Copy link
Member

@Susko3 Susko3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing is wrong:

slika

@frenzibyte
Copy link
Member Author

Spacing is wrong:

slika

Addressed in fcfab9e

/// <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.");
Copy link
Member

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".

Copy link
Member Author

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.

@peppy peppy self-requested a review December 24, 2024 03:03
@peppy peppy force-pushed the make-featured-artist-setting branch from 73b13af to 8762e3f Compare December 24, 2024 03:25
@peppy peppy merged commit 85f5234 into ppy:master Dec 24, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants