Refactor run tools layout and add displayLabel/showTooltip props to pipeline buttons#2515
Merged
Conversation
8 tasks
🎩 PreviewA preview build has been created at: |
Mbeaulne
marked this pull request as ready for review
July 13, 2026 21:38
Collaborator
Author
8 tasks
Mbeaulne
force-pushed
the
run-v2-default-window-layout
branch
from
July 13, 2026 22:14
d2595bb to
4a603a5
Compare
Mbeaulne
force-pushed
the
run-v2-tools-panel
branch
from
July 13, 2026 22:14
6182357 to
452ea66
Compare
Mbeaulne
force-pushed
the
run-v2-default-window-layout
branch
from
July 13, 2026 22:25
4a603a5 to
c922def
Compare
Mbeaulne
force-pushed
the
run-v2-tools-panel
branch
from
July 13, 2026 22:25
452ea66 to
4b791c7
Compare
camielvs
reviewed
Jul 14, 2026
camielvs
reviewed
Jul 14, 2026
Mbeaulne
force-pushed
the
run-v2-tools-panel
branch
from
July 14, 2026 18:23
4b791c7 to
15af2d7
Compare
Mbeaulne
force-pushed
the
run-v2-default-window-layout
branch
from
July 14, 2026 18:23
c922def to
0e16bac
Compare
Mbeaulne
force-pushed
the
run-v2-tools-panel
branch
from
July 14, 2026 19:30
15af2d7 to
b3d6594
Compare
maxy-shpfy
force-pushed
the
run-v2-default-window-layout
branch
from
July 14, 2026 20:37
0e16bac to
53f7109
Compare
maxy-shpfy
force-pushed
the
run-v2-tools-panel
branch
from
July 14, 2026 20:37
b3d6594 to
453c3e5
Compare
This was referenced Jul 14, 2026
morgan-wowk
approved these changes
Jul 15, 2026
Collaborator
Author
Mbeaulne
changed the base branch from
run-v2-default-window-layout
to
graphite-base/2515
July 15, 2026 17:17
Mbeaulne
force-pushed
the
run-v2-tools-panel
branch
from
July 15, 2026 17:22
453c3e5 to
8baee87
Compare
This was referenced Jul 16, 2026
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