-
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
Try hiding block toolbar under ellipsis #2248
Conversation
While I do love how this looks, I'm not convinced that it's a good solution. It hides a lot of important stuff behind a small touch target, and adds friction. While not as good looking or contextual, I think the fixed toolbar (#2148) is a better "plan b" if we can't get the current system to feel lightweight enough. |
@jasmussen Could you elaborate on the friction? Which flow?
… On 7 Aug 2017, at 10:55, Joen Asmussen ***@***.***> wrote:
While I do love how this looks, I'm not convinced that it's a good solution. It hides a lot of important stuff behind a small touch target, and adds friction. While not as good looking or contextual, I think the fixed toolbar (#2148) is a better "plan b" if we can't get the current system to feel lightweight enough.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sure. Right now you click the block itself to surface the quick toolbar. This is a big and easy touch target. Although I love the visual minimalism of the little ellipsis, it's a smaller touch target. |
If the touch target is too small, we could always make it bigger. Anyway, it was worth a try. :) |
No exploration is wasted. Everything becomes part of the whole picture. If an avenue was explored and abandoned, it's an avenue cauterized, and intentionally not chosen. That has great value too. |
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.
While I think this is a cool exploration, I agree with @jasmussen.
Retrieve react native version from package.json
This is an alternative to #2148 and tries to address the blocky feel/noisy UI feedback.
I'm not proposing to merge this, it's just a proof of concept.
Think of it a bit as the right-click of Gutenberg.
Here are the states:
Things I like about this:
Things I don't like about this:
Maybe we need block setting for "object-like" blocks such as images. There it would make sense to show the toolbar all the time, though I don't mind it when I think about it as right-click for Gutenberg. It makes it feel less heavy overall.