node-red-dashboard
node-red-dashboard copied to clipboard
### Description Dashboard WYSIWYG Editing eipc ### Have you provided an initial effort estimate for this issue? I have provided an initial effort estimate ```[tasklist] ### Tasks - [x] WYSIWYG:...
### Current Behavior #### Background Using a table to display tabular data with timestamps is common practice. To render time in users local format, the processing must be done client...
### Description Hi all, I was just wondering if it was possible to add a msg.last = true to the 'file input' node output, to indicate when the last file...
### Current Behavior The help text for ui-base Allow App Installation ends with the text: "It is recommended to not use this option if you are" Which leaves us all...
### Current Behavior Hi Flowfuse - Thanks for this wonderful tool. I think I may have found a little typo on the preconfigured payload defined in the "text node". thanks...
### Current Behavior The onclick event when opening the layout editor for a given UI page in `nodes/config/ui_base.html` ```js async function showDashboardWysiwygEditor (pageId, baseId) { // call to httpadmin endpoint...
More info [here](https://github.com/FlowFuse/node-red-dashboard/issues/1927#issuecomment-3522127843)
## Description Adds checkbox to "Send message on" section for "On Change". When disabled, node will only send messages on Focus Leave or Press Enter (if checked). Default value for...
### Current Behavior For a chart with Timescale X axis and an X axis time limit set (e.g. last 1 hour), running in Append mode with new data points regularly...
## Description - Add a deleteMessages mutation to remove old data from datastore - dont let chart animate or raise events when clearing ### Before  ### After  ###...