mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
0c85fd496f
Addresses https://github.com/ppy/osu/discussions/23787 I originally wanted to set `allowShowingResults` to false if there are no results but because this involves an API request to fetch the scores that would mean all the scores would have to be fetched all at once so that it knows whether to hide or show the "View results" button on a beatmap. Because that would slow things down and be very inefficient, this still allows the user to view the scores screen but if there aren't any scores, it shows a text, which I think is at least for now better than nothing. As for the testing of this, I wasn't sure how to not generate scores only for one specific test so I opted into not using `SetUpSteps` and doing it that way. |
||
---|---|---|
.. | ||
Audio | ||
Background | ||
Beatmaps | ||
Collections | ||
Colours | ||
Components | ||
Editing | ||
Gameplay | ||
Menus | ||
Mods | ||
Multiplayer | ||
Navigation | ||
Online | ||
Playlists | ||
Ranking | ||
Settings | ||
SongSelect | ||
UserInterface | ||
TestMultiplayerComponents.cs | ||
TestSceneOsuScreenStack.cs |