Refactor run tools layout and add displayLabel/showTooltip props to pipeline buttons#2515
Merged
Conversation
8 tasks
🎩 PreviewA preview build has been created at: |
Collaborator
Author
8 tasks
d2595bb to
4a603a5
Compare
6182357 to
452ea66
Compare
4a603a5 to
c922def
Compare
452ea66 to
4b791c7
Compare
camielvs
reviewed
Jul 14, 2026
camielvs
reviewed
Jul 14, 2026
4b791c7 to
15af2d7
Compare
c922def to
0e16bac
Compare
15af2d7 to
b3d6594
Compare
0e16bac to
53f7109
Compare
b3d6594 to
453c3e5
Compare
This was referenced Jul 14, 2026
morgan-wowk
approved these changes
Jul 15, 2026
Collaborator
Author
453c3e5 to
8baee87
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Description
Refactors the run tools panel in the
RunViewto display action buttons as a vertical list with full-width, text-labeled menu items instead of a compact inline row of icon buttons. Tooltips are now hidden for these buttons since the labels are always visible, and adisplayLabelprop allows overriding the button text independently ofshowLabel. AshowTooltipprop has been added to all relevant pipeline action buttons (CancelPipelineRunButton,ClonePipelineButton,InspectPipelineButton,RerunPipelineButton, andViewYamlButton) to control tooltip visibility.TooltipButtonhas also been updated to skip rendering the tooltip wrapper entirely when no tooltip is provided, and now accepts awrapperClassNameprop to allow styling the inner wrapperdiv.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments