Font collection pagination: add min height to avoid infinite number#59241
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: +7 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in bb7e637. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8004151967
|
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
|
@matiasbenedetto, If you rebase this PR, it should pass performance tests. See #59259 |
|
I just manually cherry-picked this PR to the cherry-pick-wp-6-5-beta-3 branch to get it included in the next release. |
…59241) * Add min height to avoid infinite number * improve syntax Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> # Conflicts: # packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js
…59241) * Add min height to avoid infinite number * improve syntax Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> # Conflicts: # packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js
What?
Add min height to the modal
Fixes: #59235
Why?
to avoid infinite number
How?
adding a constant with the min height.
Testing Instructions
see: #59235
Screenshots or screencast
2024-02-21.11-26-58.mp4