Draft
Conversation
This was referenced Jan 27, 2026
Merged
Merged
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. |
8714022 to
447bd3c
Compare
2e86d3a to
7f6be98
Compare
447bd3c to
3470d21
Compare
7f6be98 to
84b8ee4
Compare
3470d21 to
e6c4bf9
Compare
84b8ee4 to
57c6687
Compare
54fc3e7 to
c1eff5e
Compare
64a277d to
f6cb36c
Compare
c1eff5e to
4d2aedf
Compare
This was referenced Jan 27, 2026
4d2aedf to
f1fbdb4
Compare
f4ab775 to
e863969
Compare
0b49a01 to
27a3a14
Compare
4 tasks
e863969 to
b93ed40
Compare
27a3a14 to
99e6cda
Compare
5acdbec to
5dc8904
Compare
5bba05f to
992a856
Compare
5dc8904 to
e939711
Compare
992a856 to
251ec98
Compare
e939711 to
b1c8016
Compare
251ec98 to
795f695
Compare
b1c8016 to
5b6c989
Compare
795f695 to
89352f0
Compare
6be2173 to
de6c35e
Compare
4 tasks
21ec0bc to
bcc2d78
Compare
de6c35e to
6fad4fd
Compare
bcc2d78 to
7a9152d
Compare
6fad4fd to
03be085
Compare
7a9152d to
346e486
Compare
03be085 to
b30bbff
Compare
346e486 to
bf4b61f
Compare
b30bbff to
534dbdd
Compare
bf4b61f to
dd049e4
Compare
534dbdd to
916e23e
Compare
dd049e4 to
b17d288
Compare
1ff5bef to
845f44c
Compare
9221762 to
c970b56
Compare
845f44c to
c8c45dc
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
Added a new Filter Test page to showcase and test pipeline run filter components. This page demonstrates both the integrated
PipelineRunFiltersBarand individual filter components with local state management. Updatedknip.jsonto ignore the filter-related components and hooks from unused code analysis.Type of Change
Checklist
Screenshots (if applicable)
N/A
Test Instructions
/filter-testto view the new test pageAdditional Comments
This page serves as both a testing ground and documentation for our filter components, making it easier to develop and debug filter functionality.