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
Users want a consistent design for the published project. Now, most of the component's colors can be changed but some of them are not. Users want to define the basic theme which is used for all components on the scene. With this feature, users don't need to care about the consistency of the design.
Requirements
There are 5 preset themes for published page
This theme would be used as a base theme for the entire project
In the design link there is a case for custom theme, so
we have 2 main cases:
pre-made theme
custom theme
So I'm thinking about do not deal with those cases in the backend side, instead the backend always interact with themes as custom themes, and the pre-made theme can be declared in the front end side
Also can we treat the "themeConfig" object as a scene property?
So I'm thinking about do not deal with those cases in the backend side, instead the backend always interact with themes as custom themes, and the pre-made theme can be declared in the front end side
I also think that's a better way.
Also can we treat the "themeConfig" object as a scene property?
If you don't need to customize the theme at all, it is enough to create a theme field in the scene property and store the theme identifier.
If you want to be able to customize the theme, you need to design a separate domain model, and the scene will have that model.
However, it is also possible to customize the theme using only properties. In that case, there is no need for a new domain model and UI for theme customization.
Leader
@issmail-basel
User story
Users want a consistent design for the published project. Now, most of the component's colors can be changed but some of them are not. Users want to define the basic theme which is used for all components on the scene. With this feature, users don't need to care about the consistency of the design.
Requirements
The design link
here
Acceptance criteria
Testing list
dark
theme is selectedThe text was updated successfully, but these errors were encountered: