Adds runs and filters#2002
Open
Mbeaulne wants to merge 1 commit into03-24-update_favourite_and_recent_cardsfrom
Open
Adds runs and filters#2002Mbeaulne wants to merge 1 commit into03-24-update_favourite_and_recent_cardsfrom
Mbeaulne wants to merge 1 commit into03-24-update_favourite_and_recent_cardsfrom
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
6dcffa7 to
4dabee9
Compare
ac608ac to
04c01c1
Compare
4dabee9 to
7c59fd6
Compare
dab31af to
af1b210
Compare
1a4aed7 to
dfef4db
Compare
9db5857 to
1b6403a
Compare
dfef4db to
0ef8ac0
Compare
0ef8ac0 to
b6838bc
Compare
1b6403a to
7df02b1
Compare
Collaborator
Author
|
Reviewer note: Clean, stable PR. |
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
Implemented the dashboard runs view by creating a new
DashboardRunsViewcomponent that displays pipeline runs with filtering capabilities. The annotation filter inPipelineRunFiltersBarhas been moved to a separate row below the main filter bar to prevent overflow issues when expanded.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
/dashboard/runs)Additional Comments
The annotation filter UI improvement ensures better layout stability by moving the expanded input fields to their own row, preventing horizontal overflow in the filter bar.