forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Adds copy to other titles #1477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Dec 5, 2025
This was referenced Dec 5, 2025
c686853 to
be6f694
Compare
8ab89de to
8fe8f83
Compare
be6f694 to
df184c5
Compare
8fe8f83 to
b890a7c
Compare
df184c5 to
00cce07
Compare
b890a7c to
b9365ea
Compare
5f1ed68 to
da6b344
Compare
camielvs
reviewed
Dec 5, 2025
00cce07 to
f6b43b9
Compare
60b3449 to
fd8380e
Compare
camielvs
approved these changes
Dec 5, 2025
f6b43b9 to
75d6880
Compare
fd8380e to
6520481
Compare
6520481 to
5697ef3
Compare
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
Added copy functionality to pipeline names in the UI. The
CopyTextcomponent now has analwaysShowButtonprop that keeps the copy button visible at all times rather than only on hover. This enhancement has been implemented in both the Pipeline Details and Run Details views, allowing users to easily copy pipeline names.Type of Change
Checklist
Screenshots (if applicable)
Before:
After
Bef
Test Instructions
Additional Comments
This change improves user experience by making it more obvious that pipeline names can be copied, rather than requiring users to discover this functionality by hovering.