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

Change wording on search results info text when no search term is entered #30442

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jhk2601
Copy link
Contributor

@jhk2601 jhk2601 commented Oct 28, 2024

The wording "X matches" being used when you didn't search for anything always bothered me, this also matches stable (though in stable the X beatmaps available text is in a different location).

@jhk2601
Copy link
Contributor Author

jhk2601 commented Oct 28, 2024

Comparison images for reference, top is post PR bottom is live

image
image


if (FilterControl.CurrentTextSearch.Value == string.Empty)
{
FilterControl.InformationalText = $"{carouselCountDisplayed} beatmaps available";
Copy link
Member

@Joehuu Joehuu Oct 28, 2024

Choose a reason for hiding this comment

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

This brings back the terminology conflict in #23000 (comment) (first run setup counting "beatmaps" and song select counting "beatmap difficulties", which was maybe too long a label that it had to be changed to be ambiguous).

Can be X available, but that looks wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah I see, if anything shouldn't the first run import text be changed? Either changing the text to say "mapsets" or changing the number to match stable "beatmaps" would work. The disparity between the import number and the number I got in the stable dialogue is quite confusing irrespective of this change so a change there would be beneficial anyway.
image

Copy link
Member

@Joehuu Joehuu Oct 28, 2024

Choose a reason for hiding this comment

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

Based on https://osu.ppy.sh/wiki/en/Beatmap, stable wording is wrong. Also, the term "mapsets" is rarely used in the wiki.

I just want consistency in wiki, lazer/stable, and web.

Edit: To answer your question, users may want to see the "beatmap" (wiki definition) number, so I don't think that should be changed.

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.

2 participants