forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Removes icons next to title in run and editor #1478
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
Mbeaulne
merged 1 commit into
master
from
12-05-removes_icons_next_to_title_in_run_and_editor
Dec 6, 2025
Merged
Removes icons next to title in run and editor #1478
Mbeaulne
merged 1 commit into
master
from
12-05-removes_icons_next_to_title_in_run_and_editor
Dec 6, 2025
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
8ab89de to
8fe8f83
Compare
267de2b to
4e846a5
Compare
b890a7c to
b9365ea
Compare
4e846a5 to
ab73fff
Compare
b9365ea to
5f1ed68
Compare
ab73fff to
547d092
Compare
5f1ed68 to
da6b344
Compare
547d092 to
1198e72
Compare
Collaborator
|
Hmm. My only concern is: if you haven't been paying attention and look back at Tangle, how do you quickly know at a glance if the context panel is showing info on a Pipeline or a Task? |
da6b344 to
60b3449
Compare
1198e72 to
7021378
Compare
60b3449 to
fd8380e
Compare
7021378 to
cd93061
Compare
Collaborator
Author
Collaborator
|
Hmm okay. It's such a minor change. Easy to do something else if needed. |
camielvs
approved these changes
Dec 5, 2025
cd93061 to
bb26e9e
Compare
fd8380e to
5697ef3
Compare
bb26e9e to
f3c0e6d
Compare
5697ef3 to
76f0c28
Compare
f3c0e6d to
4114954
Compare
Collaborator
Author
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
Removed unnecessary icon imports and their usage from the PipelineDetails and RunDetails components. Specifically:
Do we actually need these? I personally think no icon is cleaner. Also this section has a lot of information already, so adding in this visual flare seems a little too much.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Before
After:
Test Instructions
Verify that the Pipeline Details and Run Details pages display correctly without the icons that were previously shown next to the pipeline/run names.
Additional Comments
This change simplifies the UI by removing decorative icons that weren't adding significant value to the interface.