* [sitemap] New Colortemperaturepicker element
Also include a small change of the Colorpicker element.
Related to openhab/openhab-core#3891
Related to openhab/openhab-webui#2873
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comments
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
---------
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Add menu grouping in sidebar, prepare for better UI doc integration
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* review comments
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* Markdown fixes
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
---------
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.
Also fix https://github.com/openhab/website/issues/270.
Signed-off-by: Yannick Schaus <github@schaus.net>