-
Notifications
You must be signed in to change notification settings - Fork 0
[CORRUPTED] Synthetic Benchmark PR #102314 - feat(search-bar): Add conditionals section to filter key dropdown #12
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
base: base_pr_102314_20251204_6636
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Benchmark PR getsentry#102314
Type: Corrupted (contains bugs)
Original PR Title: feat(search-bar): Add conditionals section to filter key dropdown
Original PR Description: This PR adds in a new
Conditionalssection that containsANDandOR. We conditionally render this section, once the user has moved off of the first item as you can not start a filter with a conditional.Ticket: EXP-562
Example:
PR Type
Enhancement
Description
Add logical operators (AND, OR, parentheses) section to filter key dropdown menu
Conditionally render logic operators only when not on first filter item
Rename "boolean" terminology to "logic" throughout codebase
Add
disallowLogicalOperatorsprop to control logic operators visibilityUpdate spacing values to use theme tokens instead of hardcoded space function
Diagram Walkthrough
File Walkthrough
6 files
Export disallowLogicalOperators from contextUpdate spacing to use theme tokensAdd LogicFilterItem type definitionConditionally add logic operators to filter menuCreate logic filter item factory functionHandle logic filter selection in free text input2 files
Rename boolean operator to logic operatorRename boolean to logic operator terminology1 files
Add tests for logic operators section