node-red-dashboard
node-red-dashboard copied to clipboard
### Description Currently, we only support a "Categorical" x-axis for Bar Charts, i.e. a histogram. We should also support "Linear" or "Timescale" x-axis so that uses can render charts like...
### Description Currently, the PWA icon is compiled when we distribute the `npm` package, meaning that users are not able to override this with their own preferences/icon. We should offer...
### Description When using Input nodes to populate a flow memory for inputs of a form, it was advised that the Topic value should be used to add values to...
### Current Behavior Switch does not send topic out even it is set at ui  ### Expected Behavior Node should send msg.topic at state change when it is...
### Current Behavior when an empty (string) payload is sent to the Input node, the field is populated with "[object Object]". ### Expected Behavior When an empty (string or otherwise)...
### Description allow request switch state with incoming message. Example with msg.get=true or something similar. Example usecase:  Currently this is possible by setting main power status with flow.set but...
### Description Update request - after file is uploaded to show: "File Uploaded! Click here to Upload Another File" instead of "File Uploaded! Upload Another File", it seems it isn't...
### Description - User should be able to select the target mode and this feature allows user to select the link opens in a new tab or in the same...
### Description Please provide methods for third party ui nodes that: * Allow code in the node's server .js file to send a message (subject to msg._client) to the node's...
### Current Behavior Content shows as text ### Expected Behavior Content shows as markdown ### Steps To Reproduce 1. make a Markdown-Text in a Template-Node 2. connect to Dashboard Markdown-Node...