luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Tabnav: navigate on click on category dropdown

Open hardl opened this issue 2 years ago • 2 comments

Allow to click on a "category" tab in tabnav and navigate to a specified node with the category. The node can also be hidden. Possible example config:

 ...
   tabNav: true,
   children: [{
      pathSegment: 'seg'
      viewUrl: 'foo.bar',
      //hideFromNav: true,
      category: {
         label: 'Cat',
         navigateOnClick: true // OR a string with the path segment, e.g. 'seg'
      }
   }]
...

Corner case: if this option is configured and the alias node is hidden and the only node, tab should be rendered like single node (i.e. no dropdown)

Use tab with multi click area https://sap.github.io/fundamental-styles/?path=/docs/components-icon-tab-bar--text-only#navigation-icon-tab-bar--shell-navigation- image

hardl avatar Feb 22 '23 13:02 hardl

Blocked: https://github.com/SAP/fundamental-styles/issues/4336

JohannesDoberer avatar Mar 13 '23 19:03 JohannesDoberer

blocked by btp-layout

JohannesDoberer avatar Jan 08 '24 15:01 JohannesDoberer