Commit 4245255
authored
Removes icons next to title in run and editor (#1478)
## Description
Removed unnecessary icon imports and their usage from the PipelineDetails and RunDetails components. Specifically:
- Removed the Network icon and its rendering from PipelineDetails
- Removed the Videotape icon and its rendering from RunDetails
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
- [x] Improvement
- [x] Cleanup/Refactor
## Checklist
- [x] I have tested this does not break current pipelines / runs functionality
- [x] I have tested the changes on staging
## 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.1 parent 76f0c28 commit 4245255
File tree
2 files changed
+2
-4
lines changed- src/components
- Editor
- PipelineRun
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
0 commit comments