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
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. |
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
89352f0 to
21ec0bc
Compare
4 tasks
53b5137 to
62f6bde
Compare
21ec0bc to
037364c
Compare
62f6bde to
03e75d8
Compare
e697d33 to
f7459c3
Compare
bcc2d78 to
7a9152d
Compare
camielvs
reviewed
Feb 18, 2026
src/components/shared/BetaFeatureWrapper/BetaFeatureWrapper.tsx
Outdated
Show resolved
Hide resolved
camielvs
reviewed
Feb 18, 2026
src/components/shared/BetaFeatureWrapper/BetaFeatureWrapper.tsx
Outdated
Show resolved
Hide resolved
7a9152d to
346e486
Compare
f7459c3 to
12c8bcc
Compare
346e486 to
bf4b61f
Compare
12c8bcc to
144b47c
Compare
bf4b61f to
dd049e4
Compare
144b47c to
7de66c3
Compare
dd049e4 to
b17d288
Compare
57acaa4 to
ee8c404
Compare
b17d288 to
9221762
Compare
c2f9271 to
f5f7bd2
Compare
Collaborator
Author
9221762 to
c970b56
Compare
f5f7bd2 to
738034a
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.