-
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
Revert "[Try] Customizable toolbar contents (#23613)" #25854
Conversation
Size Change: -5.69 kB (0%) Total Size: 1.19 MB
ℹ️ View Unchanged
|
Not a blocker by any means, but just noting reverting these changes would also revert this nice side-effect of having CSS transitions in place: I quite enjoyed the aesthetics of smooth resizing (vs instant change) so just flagging it here. CC @shaunandrews @mapk, maybe it would inspire some future work. |
Should it be merged or closed now that a few weeks passed? 😃 |
@talldan this has conflicts now, would you solve them and ping me? Let's get this PR in. |
951c70c
to
64a400f
Compare
This reverts commit 5078c43.
64a400f
to
e92e0ec
Compare
Rebased! |
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 👍
This reverts commit 5078c43.
Description
Reverts the API introduced in #23613, which will be superseded by #25890.
While there's still a desire to add in-toolbar editing of items (Linking #23375, Image cropping), the approach taken in that PR isn't accessible as it replaces the DOM and results in focus loss.
I don't see a way to rework this existing API to be accessible, so I think it's best to start from scratch with something new.
This API is currently unused, so there should be no issue reverting.