Redesign CreatedByFilter component and add hideFilters prop to RunSection#1733
Open
Mbeaulne wants to merge 1 commit into01-27-hook_up_filters_to_api_where_availiablefrom
Open
Conversation
4 tasks
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. |
5 tasks
8500916 to
8305985
Compare
b85247a to
735f0a4
Compare
8305985 to
90cf7c6
Compare
735f0a4 to
69f8bac
Compare
90cf7c6 to
5df4805
Compare
69f8bac to
433bc43
Compare
5df4805 to
3e96b86
Compare
3734cd6 to
6375259
Compare
3e96b86 to
2de5a77
Compare
6375259 to
60af863
Compare
304c53e to
9a9788b
Compare
f55a663 to
308fd93
Compare
9a9788b to
40307f3
Compare
308fd93 to
3a0e0f5
Compare
40307f3 to
1abcc8f
Compare
3a0e0f5 to
b957ca2
Compare
11fae1e to
d7911f6
Compare
42291b8 to
c743e58
Compare
d7911f6 to
8dbb3e0
Compare
c743e58 to
522374f
Compare
8dbb3e0 to
2b86450
Compare
c6d050b to
9e60811
Compare
9b39392 to
5ea4f6f
Compare
9e60811 to
514254d
Compare
5ea4f6f to
7e6a44f
Compare
514254d to
2127fd1
Compare
7e6a44f to
25c30b0
Compare
2127fd1 to
20ee0b3
Compare
25c30b0 to
8a85e0b
Compare
c56facb to
a644fef
Compare
8a85e0b to
45bafe4
Compare
a644fef to
eb2db69
Compare
7004703 to
df4019e
Compare
ae76830 to
e0e72bc
Compare
df4019e to
a6419bf
Compare
e0e72bc to
a08176a
Compare
126d061 to
80d3f6f
Compare
a08176a to
309241c
Compare
80d3f6f to
82da8b7
Compare
309241c to
4a0de07
Compare
4a0de07 to
0ad3fd7
Compare
82da8b7 to
f9bfcaa
Compare
0ad3fd7 to
5ee0045
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
Redesigned the
CreatedByFiltercomponent to be a simpler, more focused text input with improved UX. The new implementation removes the toggle switch in favour of a cleaner search input with an icon and clear button. This change supports the new filter bar UI by allowing theRunSectioncomponent to hide its built-in filters when the new filter bar is enabled.Type of Change
Checklist
Test Instructions