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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Advanced filter #7700
Feat: Advanced filter #7700
Changes from 74 commits
e17bc6b
96a763d
7116b23
29d7f32
e06f1ab
3271040
78cb00a
c63d78d
214d882
c354da7
1f1e6c8
1a0cf4e
2c31acc
4641110
bf77d99
54ea309
d092c80
a5b457d
1e2f540
1f5cbe5
5b1c7d8
a88a66d
f4d2cb4
ad9c2cf
1a0bc6a
709f7fa
3b011dc
596a728
2f1a697
db2ffd4
7944b0f
8da7ba1
a42767a
3342f85
9daa5e0
517efaf
392a991
60fddfb
9ae9e33
9747d5e
18f5c9f
301f060
c581bb0
893c6c3
799a973
6c53db1
e63f02c
461d871
4db9240
109a283
cbb4b6b
8c68ea7
8e83080
ffdca72
8cfcf86
105c9bb
36a019f
9f15d46
ca1bfe8
b25a3ca
d214753
77da6ae
fd5f7d4
a797f97
d4feb15
a8fcadf
1c8d116
4fca05f
0ecb782
3c2caae
1426efa
6af8c1e
1aeddd0
80db811
e210406
69b0cf4
0c44d24
ca7d743
8a82c13
fe3ed15
132fc1e
621ab4c
1d2e088
65682c7
b2f590c
215f9f5
82a780a
804a0b6
75c4095
5fd30d3
a5c8d65
5ae6b61
5b343cb
fd31ff3
47c522b
6e8d0e9
4eb8ea3
7d6df88
381d35b
c0dda92
801dfb4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider extracting this conditional rendering logic into a separate function for better readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: The handleRemove function now handles more cases and includes additional logic for removing filter groups. Consider adding a comment explaining the logic flow for better maintainability.