Updates runs and pipelines designs#2003
Open
Mbeaulne wants to merge 1 commit into03-24-adds_runs_and_filtersfrom
Open
Updates runs and pipelines designs#2003Mbeaulne wants to merge 1 commit into03-24-adds_runs_and_filtersfrom
Mbeaulne wants to merge 1 commit into03-24-adds_runs_and_filtersfrom
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 24, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 24, 2026
c964faa to
070a131
Compare
04c01c1 to
89c09e7
Compare
070a131 to
181e933
Compare
89c09e7 to
dab31af
Compare
9ed083c to
a15f51a
Compare
af1b210 to
9db5857
Compare
83b910a to
43e6640
Compare
1b6403a to
7df02b1
Compare
43e6640 to
29c8aa1
Compare
29c8aa1 to
d2d304b
Compare
Collaborator
Author
|
Reviewer note: Two things to flag:
|
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
This pull request implements the pipelines view in the dashboard and improves the visual design of pipeline rows. The changes include creating a new
DashboardPipelinesViewcomponent that integrates the existingPipelineSection, updating the pipeline table styling for better density and readability, and removing the destructive alert and refresh button from the pipeline section. The dashboard layout has also been updated to use full width instead of a constrained container.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The pipeline rows now use a more compact design with smaller text sizes and reduced row height. The layout has been switched from
BlockStacktoInlineStackfor better horizontal alignment of pipeline names and match badges. The destructive alert about local storage and the refresh button have been removed to clean up the interface.