Skip to content
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

Redesign menu in tab mode #19

Closed
kjk opened this issue Dec 8, 2014 · 2 comments
Closed

Redesign menu in tab mode #19

kjk opened this issue Dec 8, 2014 · 2 comments

Comments

@kjk
Copy link
Member

kjk commented Dec 8, 2014

The new menu in tab mode is a regression over regular menu in that it now takes more clicks to achieve actions.

The goal of redesign is to have the same functionality but with less clicks needed to achieve it.

Implementation-wise, it'll no longer be a menu, because it's too restrictive. It'll be a custom window that will behave like a pop-up.

Design-wise, a few ideas on how to achieve the goal:

  • use good ideas from Chrome:
    • use the main design of how it looks like
    • put multiple items (like zoom controls, view controls) in a more compact form, on one line
  • don't be afraid to use multiple columns. When users are looking at the menu, they are not looking at anything else, so we can use the whole space of the window to show the menu. See e.g. how amazon.com implements 2-level menus that don't require clicks to navigate
  • see if can remove some menu items by making the functionality available in a different way e.g. toolbar

TBD: the exact layout of the menu.

@jjurkus
Copy link

jjurkus commented Jan 21, 2016

I rather like the old menu, but this is incompatible with the tabbed mode. Is it possible these two can be used together?

@kjk
Copy link
Member Author

kjk commented May 27, 2021

Tabling it for now.

@kjk kjk closed this as completed May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants