-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update: Expand search on list view. #63755
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: +86 B (0%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
Thanks @jorgefilipecosta, the glitches are fixed 👍 I'm seeing a bug though; on the Pages table, adding one filter from the menu adds all available filters: filters.mp4 |
cc011b1
to
74942dd
Compare
Hi @jameskoster that bug was from PR #63203 and should be fixed. |
Hah, I was wondering where that comment went, turns out I left it on this PR by mistake. Let's wait on #63203 before proceeding with this one. |
Applies a suggestion by @jameskoster at #63203 (comment) removes the max-width on the search for the list view layout.
Before:
![Screenshot 2024-07-19 at 18 33 30](https://private-user-images.githubusercontent.com/11271197/350454179-18ebb7ff-d157-41de-89da-e6febd4e322f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Njc5OTEsIm5iZiI6MTczODk2NzY5MSwicGF0aCI6Ii8xMTI3MTE5Ny8zNTA0NTQxNzktMThlYmI3ZmYtZDE1Ny00MWRlLTg5ZGEtZTZmZWJkNGUzMjJmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIyMzQ1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyZjdhNmQxYzQxZDI3ZTg2NDdhMDViODE4MGJkNWI5OGIyOWJhMDQwNjI3OWRhZjkxMTFlNDQzZDY5ZmJmNjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7xmgabh9aTIfc3Plw2-0wo0tPN2dyhkQ3mIVFb71-zA)
After:
![Screenshot 2024-07-19 at 18 34 03](https://private-user-images.githubusercontent.com/11271197/350454213-60024573-41ef-4523-9037-376a90b41ce0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Njc5OTEsIm5iZiI6MTczODk2NzY5MSwicGF0aCI6Ii8xMTI3MTE5Ny8zNTA0NTQyMTMtNjAwMjQ1NzMtNDFlZi00NTIzLTkwMzctMzc2YTkwYjQxY2UwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIyMzQ1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ0YzczZTM3NGMxNDVhYzE2YzliNjJiN2ZkNzhjMzNjZGM2MWFjMTIwZWYxOWQ3ODQ3Y2ZkY2M0OWE0N2NjOTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zY1jJprjnDgViszHWiotcnydnUbbOjIDBp-GGo8veXw)