-
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
Data views: Update search appearance in narrow containers #64681
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. |
Can we mention this in the changelog. Let's make it a habit to document all the DataViews and DataForms changes in the changelog to make it easier for folks to upgrade and know exactly what changed. |
Size Change: -143 B (-0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
I think bulk actions are fine once #64268 is merged. I appreciate it will be tricky to make the quick edit panel work on mobile, but it seems a shame to remove the feature only for that reason. Quick edit seems just as valuable on mobile. An idea:
😓 |
…64681) Co-authored-by: jameskoster <jameskoster@git.wordpress.org> Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
What?
Increase the width of the search field in narrow containers.
Why?
It's currently unnecessarily small.
How?
Adjusts the layout of
.dataviews__view-actions
so that the search container and the actions container are the only two children, split byjustify-content: space-between
. This allows the search container to shrink / grow as needed.Testing Instructions