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

Add flyout triggered by hover to left nav #505

Closed
Mandily opened this issue Nov 12, 2015 · 3 comments · Fixed by #509
Closed

Add flyout triggered by hover to left nav #505

Mandily opened this issue Nov 12, 2015 · 3 comments · Fixed by #509

Comments

@Mandily
Copy link
Contributor

Mandily commented Nov 12, 2015

The current model of the side nav has the user clicking on a parent item to expand what's underneath. We can save the user a click/expand and give them a flyout menu to see sub menu items. This feature would only be included on desktop. A similar interaction is for touch not being considered at this time.

The flyout would appear when a user hovers over any parent item that has a menu underneath it. When the user clicked on a sub item, that page would load and the menu would expand to show that page highlighted in the menu, while the last page's section would collapse.

The attached screenshots are from Wordpress, to show an example. Our branding will be different.

Please let me know your thoughts in the comments below.

flyout example
flyout example after

@tvdeyen
Copy link
Member

tvdeyen commented Nov 12, 2015

👍

@tvdeyen
Copy link
Member

tvdeyen commented Nov 12, 2015

I really like the Wordpress fly out example, because it offers quick interaction with tasks often used, like "create user".

It would be great for extension developers to easily create fly out menus. Maybe though some kind of plugin registry, that also holds menu items and fly out interactions!

👌

@tvdeyen
Copy link
Member

tvdeyen commented Nov 12, 2015

Sorry for this shameless plug, but in AlchemyCMS we have a plugin registry that offers the developer to set main menu and submenu entries with url to the desired action.

https://github.com/AlchemyCMS/alchemy_cms/blob/master/config/alchemy/modules.yml

Maybe this helps considering this feature.

I think the old way of patching/overriding/defacing a view and use the tab and menu_tree helpers is not an ideal situation for extension developers.

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

Successfully merging a pull request may close this issue.

2 participants