You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the handling of the tabs and its content are 2 separate things in the code. For better readability and improved developer experience it would be nice to have these 2 parts combined in 1 component that handles the rendering the tabs and its content together
Every page that contains tabs has logic to store the selected tab and in a different part a bunch of conditional render sections in the render part of a component to toggle the content.
Currently the handling of the tabs and its content are 2 separate things in the code. For better readability and improved developer experience it would be nice to have these 2 parts combined in 1 component that handles the rendering the tabs and its content together
As an example: https://github.com/workfloworchestrator/orchestrator-ui-library/blob/main/packages/orchestrator-ui-components/src/components/WfoSubscription/WfoSubscription.tsx#L91
Every page that contains tabs has logic to store the selected tab and in a different part a bunch of conditional render sections in the render part of a component to toggle the content.
The text was updated successfully, but these errors were encountered: