-
Notifications
You must be signed in to change notification settings - Fork 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
Assembler: better feedback/confirmation when user moves a pattern via large preview action bar #75521
Comments
@Automattic/lego What are your thoughts on creating an animation for visual feedback for the "move" action? |
Another idea is zooming the preview out, so it would be less likely that a pattern would be tall enough to cause problems. I didn't realize the editor had the same problem, but I think the animation might help a bit for patterns not quite as tall? |
I'll plug my idea for the thumbnail list view again here. LOL. Because that is a zoomed out view. But it really doesn't solve the problem of when the user is in active pattern select mode (where the list view is not visible). Would need to understand better how/when you think zoom would happen. To be honest the idea of move doesn't make a whole lot of sense at the scale of the large preview windown. It's just not possible for the user to see their whole layout, so move isn't really helpful until they get to a view where they can see multiple patterns at once. It might be worth considering only have delete in the large preview. And only allow provide move when the user is in the list view. |
Here's a gif of a zoom effect with the pattern sidebar open. It reduces the width of the preview but also zooms out. It would also be great to have a zoom button at the top next to the mobile toggles that allow a user to zoom out to ~50% at any time. Basically, the iframe preview scaling would be 50% instead of 100%. |
Look for issue on zoom feature. Then close this. |
@miksansegundo I think I misunderstood you that there is another issue that covers the same concept as this issue. This issue #74833 is about zooming a pattern preview, not about zooming the homepage preview |
I meant this other issue #75327 |
I like the animation that @davewhitley did previously but my only concern is for small screens. I suspect that we need to have breakpoints here. Otherwise, the site preview will be squeezed on the right side.
|
I put in my list the feature Zoom in and out. It's beneficial to offer that for SA so users see the look-and-feel of their websites. Do we have that already in our plan? |
Just remember about this metric here
So, I don't think we'll have the problem of multiple snackbar. |
I'm going to close this since we now have the zoom feature: #83034 |
Description
See slack convo: p1681158070673829-slack-CRWCHQGUB
When user is in pattern selection mode, and cannot see the list view, and they move a pattern via the large preview action bar, then the user may not realize the pattern has moved. In most cases, there is no visual feedback that the pattern has moved because the view size of the large preview is such that normally user can only see one pattern. The video below demonstrates this.
Screen.Capture.on.2023-04-11.at.16-10-30.mp4
Note that if the user is able to see the list view, they can see their pattern moving in the list, so there is visual feedback in that scenario.
Needs Design and a decision
How can we give the user visual feedback that the pattern has been moved? Some ideas (using T-shirt sizing for estimating difficulty):
Dev Tasks
The text was updated successfully, but these errors were encountered: