-
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
Improve button block appender. #28464
Conversation
Note that the very widely spaced out buttons blocks is a pre-existing issue. |
Size Change: -81 B (0%) Total Size: 1.37 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 Joen!
Things seem to work well here. The only thing that I noticed and I'm not sure we want is this change of position in verticalbuttons
:
Note that the very widely spaced out buttons blocks is a pre-existing issue.
This is something we need to solve as well. Do you think you can come up with an easy fix?
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 Joen 🚢
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.
Looks good, tests well 👍
It's good to get the consistency throughout all these similar pieces
Excellent catch, Shaun, of course I should've seen that one coming. Fixing now. |
566b86f
to
2f940e7
Compare
2f940e7
to
6e71665
Compare
Thank you for the reviews. I've rebased and discovered a couple of small things that I need to address. |
6e71665
to
f8c2950
Compare
Alright, after the rebase I noticed a few minor issues in testing:
All of these are fixed now, and it should be good: Here's some demo content if you'd like to test again:
Because of the new changes, I'm going to let this one sit for a day or so, and be open to additional testing if deemed necessary. Otherwise I'll merge it tomorrow. Thanks again! |
This is a followup to a previous PR that improved the focus style of the button block appender.
The button block appender is the appender used in horizontal button blocks, such as Social Links, Navigation, Buttons.
This PR does three things:
Before:
After:
When you test this PR, please test every appender. Things should be scoped to touching just the button block appender, but test wider than that regardless.
Also focus specifically on Buttons, Navigation and Social Links blocks. Test both setup states, and fully set up.