-
Notifications
You must be signed in to change notification settings - Fork 0
[CLEAN] Synthetic Benchmark PR #102314 - feat(search-bar): Add conditionals section to filter key dropdown #11
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: Clean (correct implementation)
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
disallowLogicalOperatorsprop to conditionally hide Logic sectionRename "boolean operator" terminology to "logic operator" throughout
Implement Logic category in filter key dropdown menu with AND/OR/(/)
Add conditional rendering of Logic section based on filter position
Replace hardcoded spacing values with theme space tokens
Diagram Walkthrough
File Walkthrough
8 files
Add disallowLogicalOperators context propertyRename boolean operator to logic operatorUpdate boolean terminology to logic operatorReplace space function with theme space tokensAdd LogicFilterItem type definitionImplement Logic category section with conditional renderingAdd logic filter item creation and category constantsHandle logic filter selection and pass filterItem prop1 files
Add tests for Logic category conditional rendering