-
-
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
Add team beatmap leaderboards #32360
Conversation
a37b6fc
to
b0cf5e8
Compare
case BeatmapLeaderboardScope.Team: | ||
text.Text = BeatmapsetsStrings.ShowScoreboardNoScoresTeam; | ||
break; |
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.
Checking web, web just doesn't show the team scope if you're not on a team... Not sure if this is an issue or not? It definitely may be pretty annoying to match web given how TabControl
can be a bit jank...
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.
Yeah just going with it for now.
Aside from the above, seems to work as advertised |
In line with ppy/osu-web#11989.