Actions
User story #1106
closedChange the main Rudder menu
Status:
Rejected
Priority:
3
Assignee:
-
Category:
Web - UI & UX
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Rudder menus are not nice to use:
- the menu on left takes 150px which could be better used for the main content
- its state is not persisted (if closed, it reopen on any page reload)
- the navigation flow is not good: you almost always need two click to go somewhere.
I navbar with nice dropdown menu, like found on that site (or the dropdown menu of Bootstrap navbar: http://twitter.github.com/bootstrap/components.html#navbar
We can use Lift Menu.json http://scala-programming-language.1934581.n4.nabble.com/Updates-to-Menu-related-stuff-td1970312.html to have access to the raw menu structure and post-process it, or build our own HTML directly.
Actions