1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 09:09:52 +08:00
Commit Graph

1 Commits

  • Refactor UpdateableTeamFlag for use on team overlay (#36286)
    Part of #32584.
    
    Very much inspired by the respective component for displaying profile
    pictures on the user overlay
    
    * allow disabling interactivity/tooltips
    * add option to show placeholder on null team instead of hiding
    component entirely
    * move setting corner radius out to respective parent components to
    allow for easier overriding