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
Merged
Merged
Merged
Merged
Merged
Collaborator
Author
This was referenced Mar 24, 2026
Merged
6dcffa7 to
4dabee9
Compare
ac608ac to
04c01c1
Compare
4dabee9 to
7c59fd6
Compare
dab31af to
af1b210
Compare
1a4aed7 to
dfef4db
Compare
9db5857 to
1b6403a
Compare
0ef8ac0 to
b6838bc
Compare
f250c04 to
7baaee9
Compare
61f4a27 to
0e9856e
Compare
camielvs
reviewed
Apr 9, 2026
camielvs
approved these changes
Apr 9, 2026
0e9856e to
9e0f474
Compare
2d8d669 to
e2cb8c8
Compare
9533a93 to
19282ca
Compare
f7ed100 to
f29bf4a
Compare
001fa3f to
05819b9
Compare
1da744d to
7b53c4a
Compare
3caca22 to
98f838f
Compare
7b53c4a to
34304a1
Compare
Collaborator
Author
34304a1 to
dcf27d8
Compare
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.