feature: Include theme checker tool in Hubl
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
fae3025cc2
commit
aada18ac52
@ -87,6 +87,13 @@ Build with a custom config file:
|
||||
CONFIG_PATH='config.customName.json' npm run build
|
||||
```
|
||||
|
||||
### Theme checker
|
||||
|
||||
The [Hubl theme manager](https://cdn.startinblox.com/hubl/theme/) is very handy for customer to easily customize the main colors they want to use.
|
||||
But developers should verify that their development use those colors to fit the customer wishes. The theme checker make this task easier :
|
||||
just add `"themeChecker": true` to the config.json to display the color picker tool in the header bar. Changing the color will set them on the
|
||||
whole app so that you can verify that your development take them into account correctly.
|
||||
|
||||
## Mandatory modules
|
||||
|
||||
By default, a Hubl includes only individual chat modules.
|
||||
|
Reference in New Issue
Block a user