Fix loading states of nested overlays #11427
Labels
area:overlays
priority:2
Moderately important. Relied on by some users or impeding the usability of the game
type:cosmetic
Ranking and dashboard overlay have this
loadDisplay
logic which loads a sub component. This sub component is flowing (auto size y) content which usually has a load state. Currently there is no sane way to show a "loading" overlay due to the fact that the vertical size could be zero or changing.I propose that
FullScreenOverlay
(or a derived class) exposes a bindable loading state (or something equivalent) to allow these sub components to set the state and have the parent manage the loading display. Both of the above overlays mentioned already have a loading display which could be used for this purpose.The text was updated successfully, but these errors were encountered: