Enhance Environment Overrides View with grouped VerticalTabNav #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Resolves: openchoreo/openchoreo#1448
This PR adds following changes:
Screen.Recording.2026-01-14.at.14.04.20.mov
Approach
This pull request introduces several enhancements and improvements to the design system's vertical tab navigation and the environment overrides UI in the OpenChoreo plugin. The main focus is on adding support for collapsible tab groups (with nested tabs), improving trait tab organization, enhancing trait labeling, and refining the UI for destructive actions.
Key changes include:
Vertical Tab Navigation Enhancements
VerticalTabNavandVerticalTabItem, including new props (children,isGroup,level) and expand/collapse UI with appropriate styling. This allows for grouping related tabs (such as traits) under a parent group for better organization. [1] [2] [3] [4] [5] [6] [7]Environment Overrides Page Improvements
TraitParameterscomponent for additional context in trait override sections. [1] [2] [3]Label and Usability Improvements
sanitizeLabelutility to recognize and properly capitalize common acronyms (e.g., "cpu" → "CPU", "apiUrl" → "API URL", "httpPort" → "HTTP Port"), improving label readability throughout the UI. [1] [2] [3]These changes collectively enhance the user experience by making navigation more intuitive, improving clarity in trait management, and ensuring consistent, user-friendly labeling and feedback for critical actions.