-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
DataViews: Use chips for filter summary #58816
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +725 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
Flaky tests detected in 3f5ed0d. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7842604207
|
Nice, this is working pretty well already! I pushed some style tweaks but there were a couple of details I could figure out:
|
I think that's fine. This is similar to clicking the
I've added two wrappers, so feel free to add some nice styles there :)
|
370e87b
to
a509c76
Compare
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.
This is looking good for an initial implementation.
I suspect we can refine the operator display, but that can happen once we add more than the single is/is not
that we have now.
Since the chips include a reset/remove affordance we might consider removing the 'reset'/'remove' button in the filter popover as a follow-up. That would tidy the filter configuration UX up a little.
What?
This PR redesigns the filter's summary based on the suggested designs.
Notes
Testing instructions