-
Notifications
You must be signed in to change notification settings - Fork 16.5k
feat(native filters): add filter type icons in config modal #36905
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
Conversation
Adds visual icons to distinguish between filters and dividers in the filter configuration modal's left panel. Filters show a filter icon, while dividers show a layout icon (PicCenterOutlined). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Code Review Agent Run #0bf8caActionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Nitpicks 🔍
|
|
CodeAnt AI finished reviewing your PR. |
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.
Pull request overview
This PR adds visual icons to distinguish between filters and dividers in the native filters configuration modal's left panel. The enhancement improves usability by making it easier to identify item types at a glance without reading the full label.
- Adds filter icon (funnel) for regular filter entries
- Adds divider icon (horizontal lines) for divider entries
- Uses conditional rendering based on the filter ID prefix pattern
justinpark
left a comment
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.
LGTM
SUMMARY
I tried this forever ago, but we're in a better place to do this now. This will give me fewer headaches when managing filters, I think.
Adds visual icons to distinguish between filters and dividers in the filter configuration modal's left panel:
This makes it easier to identify what type of item each entry is at a glance.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION
🤖 Generated with Claude Code