Add BetaFeatureWrapper and pipeline run filters bar UI#1711
Open
Mbeaulne wants to merge 1 commit into01-27-filter_barfrom
Open
Add BetaFeatureWrapper and pipeline run filters bar UI#1711Mbeaulne wants to merge 1 commit into01-27-filter_barfrom
Mbeaulne wants to merge 1 commit into01-27-filter_barfrom
Conversation
This was referenced Jan 27, 2026
Open
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 Jan 27, 2026
Draft
1391b36 to
3970762
Compare
3970762 to
c850afc
Compare
e23f4b0 to
28071c7
Compare
c850afc to
2db2535
Compare
f1fbdb4 to
0b49a01
Compare
054242a to
fb917b4
Compare
27a3a14 to
6109862
Compare
fb917b4 to
7e4a73c
Compare
4 tasks
6109862 to
99e6cda
Compare
71dda68 to
4f8ef54
Compare
99e6cda to
72e834c
Compare
4f8ef54 to
847f05d
Compare
6a92d19 to
b7f3455
Compare
d9ea006 to
d7d3de4
Compare
ec1f508 to
cad1acd
Compare
6628fae to
27fe0eb
Compare
2348478 to
b9b7da5
Compare
27fe0eb to
06c105a
Compare
b9b7da5 to
4d734eb
Compare
172b1eb to
d111d46
Compare
5bba05f to
992a856
Compare
d111d46 to
7a89f68
Compare
992a856 to
251ec98
Compare
7a89f68 to
b8c1d54
Compare
251ec98 to
795f695
Compare
b8c1d54 to
b1686bb
Compare
795f695 to
89352f0
Compare
6176867 to
53b5137
Compare
89352f0 to
21ec0bc
Compare
4 tasks
53b5137 to
62f6bde
Compare
21ec0bc to
037364c
Compare
62f6bde to
03e75d8
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
BetaFeatureWrappercomponent that visually highlights beta features with an amber border and a flask icon tooltip. This component displays the feature name, description, and "Beta feature" label when users hover over the icon.Also added a new feature flag
pipeline-run-filters-barfor a non-functional UI preview of pipeline run filters, and implemented it on the Home page within the runs tab.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
pipeline-run-filters-barfeature flag in settingsAdditional Comments
The filters bar is currently non-functional and is only for UI preview purposes. The actual functionality will be implemented in a future PR.