1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 04:22:54 +08:00
osu-lazer/osu.Game/Screens/Ranking
Bartłomiej Dach 288851c606
Fix score position not being displayed in solo results screen
Closes https://github.com/ppy/osu/issues/31842.

To be honest, I recall this working too, but I don't recall when it
might have broken, nor do I want to go look for the point of breakage
because it might be borderline impossible to find it now. So I'm just
fixing as if it was just a straight omission.

Opting for a client-side fix because server-side inclusion of the score
position for an entire leaderboard has been previously rejected as too
expensive:

	https://github.com/ppy/osu-web/pull/11354#discussion_r1689217450
2025-02-10 12:17:52 +01:00
..
Contracted Also add difficulty icon to contracted panel 2025-02-07 14:27:37 +09:00
Expanded Add ruleset icon to expanded score panel 2025-02-06 15:25:38 +09:00
Statistics Apply minor performance rules 2024-11-28 20:41:44 +08:00
AspectContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
CollectionButton.cs update var names and test logic 2024-08-01 02:52:41 -07:00
CollectionPopover.cs Fix proposal for #29736 2024-09-06 22:58:18 +02:00
FavouriteButton.cs Silence beatmap retrieval failures from results screen favourite button 2024-09-06 10:29:23 +02:00
PanelState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ReplayDownloadButton.cs Reset download state when score is changed 2024-07-26 05:11:54 +03:00
ResultsScreen.cs Play sound via results screen instead 2025-02-03 14:15:46 +09:00
RetryButton.cs Fix "quick retry" hotkey not working for autoplay 2024-12-13 18:08:29 +09:00
ScorePanel.cs Clamp X value to avoid excessive balance shift 2024-06-13 18:06:19 +02:00
ScorePanelList.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
ScorePanelTrackingContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
SoloResultsScreen.cs Fix score position not being displayed in solo results screen 2025-02-10 12:17:52 +01:00