You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing a multi-screen application that has Header widgets in the screens the title and subtitle displayed in the Header should be stored in the Screen as overrides instead of only using the global values from the application.
This would simplify displaying titles in screens properly with keeping the title and subtitle synchronized with the screen stack.
The text was updated successfully, but these errors were encountered:
Should be easy to implement. Screen would have title and subtitle, which would override the App attributes if not None. We would need to manage titles when the active screen changes.
Mimicking 'App', we provide class variables TITLE and SUB_TITLE for the screen defaults and those can then be changed via the title and sub_title reactive attributes.
Related issue: #3195
When implementing a multi-screen application that has Header widgets in the screens the title and subtitle displayed in the Header should be stored in the Screen as overrides instead of only using the global values from the application.
This would simplify displaying titles in screens properly with keeping the title and subtitle synchronized with the screen stack.
The text was updated successfully, but these errors were encountered: