Feature #22394
Updated by Peter Amstutz 17 days ago
# If it's not too expensive, show counts in tab title # have a preferred tab (the 1st one) which is always displayed after a navigation action (right now, the one that it shows is based on react state) # User option to select which tab to prefer showing ## preference (preference saved in local storage storage) (unfortunately we don't really have a pattern for user options, so we have to decide on one) ## I think this should One way to show the preference visually would be to swap the tab order, so whichever tab is first (workflows or data) is the one that is preferred for display always displayed after a navigation action # If the preferred tab is empty, automatically display the alternate tab, unless they are both empty.