-
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: load the filter toggle as open if there are primary filters #64651
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. |
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.
It's working for me 👍
Pushed an update to the e2e test: the "sync" filter is no longer hidden, so we don't have to toggle the "filter button" to make it visible. |
Size Change: +163 B (+0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
WordPress#64651) Co-authored-by: oandregal <oandregal@git.wordpress.org> Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Follow-up to #63203 (comment)
What?
If the screen has a primary filter, the "Filter toggle" loads as open.
Gravacao.do.ecra.2024-08-20.as.17.56.28.mov
Why?
Primary filters were created to give some filters higher visibility. This is still useful.
How?
When loading the component, consider whether there's any primary filter. If there is, load it opened.
Testing Instructions
Go to the Patterns page and verify the "Sync" filter is visible and that the user can still hide all filters: