Skip to content

Conversation

@morgan-wowk
Copy link

@morgan-wowk morgan-wowk commented Jan 9, 2026

Description

Added breadcrumbs navigation to the Pipeline Run page, allowing users to navigate between pipeline runs and the editor. The breadcrumbs show the pipeline name and run ID, with the ability to:

  1. Click on the pipeline name to navigate to the editor (if the pipeline exists locally)
  2. Copy the run ID to clipboard with visual feedback

Also updated the flow canvas background from the previous <Background> component to a simple gray background color.

Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Cleanup/Refactor
  • Breaking change
  • Documentation update

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Screenshots (if applicable)

image.png

runs-contrast.mov (uploaded via Graphite)

Test Instructions

  1. Navigate to a pipeline run page
  2. Verify the breadcrumbs appear in the top-left corner
  3. If the pipeline exists locally, click on the pipeline name to navigate to the editor
  4. Click on the run ID to copy it to clipboard (verify the copy animation works)
  5. Verify the background color of the flow canvas is gray (#dbdbdb)

Copy link
Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

**Changes:**

* Removes grid when viewing a read-only run
* Adds a background color to the Runs view that is different from the Pipelines view
* Adds breadcrumbs that intelligently detects if a pipeline exists locally and gives the user the capability of navigating to the pipeline that triggered the run
@morgan-wowk morgan-wowk force-pushed the 01-09-feat_improve_visual_contrast_between_pipelines_and_runs branch from 6307c8c to 9f556af Compare January 9, 2026 21:54
@morgan-wowk morgan-wowk marked this pull request as ready for review January 9, 2026 21:56
@morgan-wowk morgan-wowk requested a review from a team as a code owner January 9, 2026 21:56
@morgan-wowk morgan-wowk requested a review from Mbeaulne January 9, 2026 21:58
Copy link
Author

CC: @Mbeaulne This is a change I have had sitting on my local since my first week. It stems from some confusion I and others have been experiencing about whether they are viewing a run or a pipeline - where people are currently relying on looking at which sidebars they are seeing, or certain symbols attached to the nodes.

Copy link
Author

Would love to hear your thoughts! If you like it, we can try tweaking it after the other visual improvements you are planning

Copy link
Author

Disregard the icon being in the title bar on one page but not the other. That is weird and I will fix that if we move forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants