-
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
SpacingSizesControl: Use generic label for linked button #66304
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: -29 B (0%) Total Size: 1.81 MB
ℹ️ View Unchanged
|
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.
Thanks for taking care of this @t-hamano. I think it make sense to use generic term sides
in this context, because the labels padding and margin are already visible in the UI.
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.
LGTM too, thanks for handling this @t-hamano 🙌
Thanks for the review! |
Co-authored-by: t-hamano <[email protected]> Co-authored-by: madhusudhand <[email protected]> Co-authored-by: mikachan <[email protected]>
I just cherry-picked this PR to the wp/6.7 branch to get it included in the next release: d685646 |
Thanks, @t-hamano! |
…6304) Co-authored-by: t-hamano <[email protected]> Co-authored-by: madhusudhand <[email protected]> Co-authored-by: mikachan <[email protected]>
Addresses the issue mentioned in this comment
What?
Uses a generic label for the linked button of the
SpacingSizesControl
component.Why?
The current implementation uses the label of the component itself as part of the text, which may not be appropriate for localization. Additionally, the placeholder text is forcibly changed to lower case via the
toLowerCase()
method, which may not generate the proper text for some languages.How?
I use the label
Unlink sides
,Link sides
, which were also used before.Testing Instructions
Screenshots or screencast