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

Add menu to switch score display mode #10889

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented Jan 24, 2024

Reopening #10833

@php
$legacyScoreOnlyValue = App\Libraries\Search\ScoreSearchParams::showLegacyForUser(Auth::user());
$icon = $legacyScoreOnlyValue
? 'far fa-square'
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this be:

Suggested change
? 'far fa-square'
? 'fas fa-square'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no because it'll look like it's enabled

notbakaneko
notbakaneko previously approved these changes Jan 29, 2024
@peppy peppy merged commit 004185a into ppy:master Jan 30, 2024
2 of 3 checks passed
@nanaya nanaya deleted the score-legacy-toggle-ui branch July 26, 2024 08:09
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