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

Extend functionality to ui-control to allow navigation to groups

Open gerrybartley opened this issue 9 months ago • 0 comments

Description

ui-control allows switching to pages and show/hide of page/group

Example msg.payload = { page: '<Page Name>', }

Navigation to a group when using tab layout is not supported

I'm thinking of something like this msg.payload = { page: '<Page Name>:<Group Name>' }

or this msg.payload = { page:'<Page Name>', groups: { open:['P<Page Name>:<Group Name>'] } }

Node-RED discussion here

Possible dependent PR

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

gerrybartley avatar Mar 26 '25 22:03 gerrybartley