node-red-dashboard
node-red-dashboard copied to clipboard
## Description The config screen of the ui-form node contains a custom build editable list, to mimic the Node-RED standard editableList. While it looks very nice, it makes it hard...
Using [Dynamic Properties Best Practices](https://dashboard.flowfuse.com/contributing/widgets/core-widgets.html#dynamic-properties), implement: - Label - Gauge Type (`gtype`) - Gauge Style (`gstyle`) - Title (`title`) - Units (`units`) - Icon (`icon`) - Prefix (`prefix`) - Suffix...
Using [Dynamic Properties Best Practices](https://dashboard.flowfuse.com/contributing/widgets/core-widgets.html#dynamic-properties), implement: - Label - Options - Columns as dynamic properties.
Using [Dynamic Properties Best Practices](https://dashboard.flowfuse.com/contributing/widgets/core-widgets.html#dynamic-properties), implement: - Label - Passthru - Decouple - offcolor - oncolor as dynamic properties.
Using [Dynamic Properties Best Practices](https://dashboard.flowfuse.com/contributing/widgets/core-widgets.html#dynamic-properties), implement: - Label - Mode - Icon - IconPosition - IconInnerPosition - Clearable as dynamic properties.
Hi guys, Currently the ui nodes have a different look (i.e. color and icon position):  I assume that was not the intention, and simply a result of this library...
### Description Composite bar charts (sometimes also call stacked bar charts) are charts where each bar displays multiple data points stacked in a single row or column. There are situations...
### Description  **Summary:** To improve code maintainability and avoid inconsistencies, it is proposed that all UI elements (such as Pages, Groups, and thus Menu items) in Node-RED Dashboard 2.0...
### Current Behavior When I remove the ui-control node and click on deploy the instance crash. The error log that I got is this: ```console 7/10/2024 4:37:17 PM [] 10...