You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
I think that sites with few modules might need to have the option for adding submenus on the main menu.
I did a branch 'submenus' on my fork that is working on my repository.
I didn't do the tests yet, I wanted to know though if people is interested and if there is better approaches than the one I've used.
thanks!
The text was updated successfully, but these errors were encountered:
Indeed an important feature! Went over you implementation, it looks great, I would also consider recursive submenus with more than two levels(maybe host a menu inside other menus?), you can also submit a PR and we'll add this to the next version.
I did some changes in another branch for multi-level dropdown menu support. It works in my repo but it's not responsible as twitter bootstrap stop supporting it. I've added an stylesheet but before trying to make it respond without hover I dropped it.
I think it's probably not the best solution multi-level dropdown... Might be better to add dropdown panel support.
Anyway I'm happy if anyone wants to continue the multi-level dropdown menu where I left it. https://github.com/netusco/mean/tree/multipleLevelSubmenus
TODO: removeSubmenus (check for levels), tests
I'll have a look at the single submenu branch for PR.
I think that sites with few modules might need to have the option for adding submenus on the main menu.
I did a branch 'submenus' on my fork that is working on my repository.
I didn't do the tests yet, I wanted to know though if people is interested and if there is better approaches than the one I've used.
thanks!
The text was updated successfully, but these errors were encountered: