node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

Results 397 node-red-dashboard issues
Sort by recently updated
recently updated
newest added

### Current Behavior send a `msg.enabled=false` to the button group: 1. no button is selected 2. buttons can still be clicked and selected ### Expected Behavior 1. selected button keeps...

size:XS - 1
bug

### Description Thought: could we provide a form/service where users upload their Dashboard 1.0 `flow.json`, and in return we provide an auto-parsed `flow.json` which is our best attempt at re-producing...

size:L - 5
epic

Hi all, I am working with nodered since 2018 and I have several projects implemented with it. I am now updating some implementations in order to use dashboard v2.0 instead...

### Description the ui-text-input should have constraints: - number: min, max, step - ... ### Have you provided an initial effort estimate for this issue? I'm no member of flow...

needs-triage
feature-request

### Description Called a "numeric" in the existing Dashboard 1.0. Would be similar to #38, but provide up/down arrows in the UI to modify the value. ### Properties Existing Dashboard...

size:M - 3
needs-triage
feature-request
widget

### Current Behavior When navigating to different pages within the dashboard (e.g., /dashboard/network/lan, /dashboard/network/wan, /dashboard/stats), sometimes the pages do not load and display a blank screen instead. The issue appears...

bug
needs-triage

### Description For line charts, users should be able to define how data is interpolated between those lines. ### Have you provided an initial effort estimate for this issue? I...

size:XS - 1
feature-request
Dashboard 1.0

### Description The option to have a "tooltip" on a `ui-button`. Available in Dashboard 1.0 ### Have you provided an initial effort estimate for this issue? I have provided an...

size:XS - 1
feature-request
Dashboard 1.0

### Description When using a switch where specifying the ON and OFF payload properties, a common scenario is where logic needs to be inverted. The ON payload may be OFF...

needs-triage
feature-request

Hi guys, I have a noob question about overriding the default oninput handler (see [documentation](https://github.com/FlowFuse/node-red-dashboard/blob/main/docs/contributing/guides/registration.md?plain=1#L151)). I 'think' I do it similar as in the ui-chart node: ``` // server-side event...