simple-bar-lite
simple-bar-lite copied to clipboard
Order is now determined by properties in default-settings.json
- Order is now determined by properties in default-settings.json
- Adds support for custom components
Even though order of properties isn't guaranteed, it mostly is in order. Now the order is determined by the properties in the configuration.
Support for custom components is added.
To add a new component:
- add a file + contents to ./lib/custom-components/
- add the component to ./lib/custom-components/index.jsx
- add configuration item to ./custom-settings.json with an object containing at least
{ "name": "componentname", "enabled": true }