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

UI-EVENT: Reporting group switching in "tab layout" mode

Open aitor-develop opened this issue 11 months ago • 1 comments

Description

When "TABS" layout is selected in ui-page, users can switch between groups within the same page (which btw is a great feature). However, the ui-event node does not capture these interactions, as technically it isn't a page change.

It would be beneficial if the ui-event node could also monitor these interactions, allowing the "backend" to track when users navigate between these "subTabs."

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

aitor-develop avatar Jan 14 '25 12:01 aitor-develop

Existing ui-event events are:

  • $pageview
  • $pageleave

I could definitely justify a $tabview and $tableave event to provide this requested functionality.

joepavitt avatar Jan 14 '25 13:01 joepavitt