1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:09:52 +08:00
Files
osu-lazer/osu.Game/Overlays/Profile
T
Bartłomiej Dach 90bc8865c9 Fix profile score display logic not matching website
Reported via e-mails.

The web-side change that wasn't ported here is
https://github.com/ppy/osu-web/pull/11151. I wanted to port it at the
time but then ran into issues because this logic should *ideally* also
be applied to the beatmap set overlay leaderboards, but those are
hard-glued to `ScoreInfo`, cannot be easily weaned off it to use
`SoloScoreInfo` instead, and I did not want to make `ScoreInfo` even
more of a mess than it already is.

This time I'm just ignoring it and adding a TODO instead because I have
no confidence I will get review eyes on any refactor of the beatmap set
overlay. All I'll say that such refactors would have potentially
beneficial effects on results screens too which also (ab)use
`ScoreInfo`.
90bc8865c9 · 2025-05-26 13:11:41 +02:00
History
..