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
Views has its own settings for UI side for style, colors, et. We have existing theme system for flow components so want to have a distinction for view framework. Ultimately those two should come together but it's better to build this in view framework first and then think about how overall theming gets together.
i.e. Catalog app has a defunct menu selector for a theme.
The text was updated successfully, but these errors were encountered:
- Control is now aware of active theme name and resolver.
- Theme some settings in BoxView, ListView and MenuView.
- Overhaul scenario system to make it work with themes.
- Add new "background" StyleSetting.
- Relates spring-projects#824
- Modify view structures so that we're able to
control background drawing better
- Remove transparent concept from box view
- Add background styles for dialog, menu/status bars
- Relates spring-projects#824
Uh oh!
There was an error while loading. Please reload this page.
Views has its own settings for UI side for style, colors, et. We have existing theme system for flow components so want to have a distinction for view framework. Ultimately those two should come together but it's better to build this in view framework first and then think about how overall theming gets together.
i.e. Catalog app has a defunct menu selector for a theme.
The text was updated successfully, but these errors were encountered: