ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
14.64k stars 2.16k forks source link

Add implementation for `ScreenFooter` to house footer content of sheared overlays #28682

Open frenzibyte opened 3 days ago

frenzibyte commented 3 days ago

In the new song select screen, when opening mod select, ScreenFooter should act as the footer of the overlay, containing buttons like "Deselect All" and side information such as ranking/beatmap attributes display. In order for that to happen, this PR adds an implementation for the ScreenFooter to co-exist with sheared overlays and house its footer content.

Note that no existing overlay in this PR has been updated to display its footer content in ScreenFooter, that's been split off to another PR for review ease.