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
refactor(app): set host theme into AppBloc, keep AppState the single source
Stop overriding the theme in build (`hostThemeSettings ?? state.themeSettings`).
The app renders only `state.themeSettings`; when a host (the configurator's
realtime preview) supplies a theme through the tree, App pushes it into the
AppBloc via AppThemeSettingsChanged/AppThemeModeChanged in didChangeDependencies
(same place it reacts to FeatureAccess). No streams, no build-time fallback —
AppState stays the single source of truth.
0 commit comments