Skip to content

Basic Map Info in Ranked Result Screen#37550

Closed
pacowoc wants to merge 9 commits intoppy:masterfrom
pacowoc:map_name_in_result_screen
Closed

Basic Map Info in Ranked Result Screen#37550
pacowoc wants to merge 9 commits intoppy:masterfrom
pacowoc:map_name_in_result_screen

Conversation

@pacowoc
Copy link
Copy Markdown

@pacowoc pacowoc commented Apr 27, 2026

I have recieved request from reddit to include this feature for screenshot purposes
image

@pacowoc
Copy link
Copy Markdown
Author

pacowoc commented Apr 27, 2026

image fixes up the visuals a bit

Comment thread osu.Game/Screens/OnlinePlay/Matchmaking/RankedPlay/ResultsScreen.cs Fixed
Comment thread osu.Game/Screens/OnlinePlay/Matchmaking/RankedPlay/ResultsScreen.cs Fixed
private LoadingSpinner loadingSpinner = null!;
private MainPanel? mainPanel;

public ResultsScreen() : base(true)
@pacowoc pacowoc marked this pull request as draft April 28, 2026 01:24
@pacowoc
Copy link
Copy Markdown
Author

pacowoc commented Apr 28, 2026

Will be adding a background and colored border once I have time

@peppy
Copy link
Copy Markdown
Member

peppy commented Apr 28, 2026

I'm not sure this should be implemented in the stage display. You've worked around the fact that the stage display is global to all ranked play screens with a bool, without asking yourself "why" you put it in there as opposed to on the results screen itself (the one place this should probably be displayed?)

@pacowoc pacowoc closed this Apr 28, 2026
peppy added a commit that referenced this pull request Apr 28, 2026
Different take to / supersedes / closes
#37550

Just going for minimal lines of code compared to the PR above, by
reusing the quick play panel which is in a pretty good state.

<img width="1298" height="864" alt="image"
src="https://github.com/user-attachments/assets/409e163d-d7ea-4c07-874f-aaca7e145221"
/>

---------

Co-authored-by: Dean Herbert <pe@ppy.sh>
Copilot AI pushed a commit to winnerspiros/osu that referenced this pull request Apr 28, 2026
Different take to / supersedes / closes
ppy#37550

Just going for minimal lines of code compared to the PR above, by
reusing the quick play panel which is in a pretty good state.

<img width="1298" height="864" alt="image"
src="https://github.com/user-attachments/assets/409e163d-d7ea-4c07-874f-aaca7e145221"
/>

---------

Co-authored-by: Dean Herbert <pe@ppy.sh>

Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants