-
-
Notifications
You must be signed in to change notification settings - Fork 400
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 web user experience: move edit-product button #10865
Comments
There are multiple shortcuts, such as |
I never think about the CTRL up & down shortcuts. That's a geeky reflex, I would say. I can see the value of a sticky edit button. |
This change would not take more screen space, because it will only occupy free space in the existing docked panel that holds navigation elements that would hardly fit anywhere else. Though I’m a friend of shortcuts, I’d say the effort to educate all users would massively exceed the effort to implement the change. :) |
…-product button
Problem
When scrolling down on the product page the "edit_button" at the top of the product details moves out of sight.
A user wanting to edit the product page needs to scroll up again or down to the second button at the bottom of the page.
Solution
Move the "edit_button" (and ideally also the "share_button") to the section that holds the "product_section_button"s and docks to the top of the page. Remove the edit button at the bottom of the page, as the button at the top is always visible.
Screenshot/Mockup/Before-After
(optional)
would be beneficial to move the class "title-3" to the sticky div as well
The text was updated successfully, but these errors were encountered: