Project

General

Profile

User story #1106

Updated by François ARMAND about 12 years ago

Rudder menus are not nice to use: 

 * the Le menu on left takes principal qui s'ouvre à gauche n'est pas agréable: 
 - il mange 150px which could be better used for the main content en largeur, alors qu'on a souvent besoin de cet espace ; 
 * its state is not persisted (if closed, it reopen on any page reload) - il ne reste pas fermé ; 
 * 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 - il force deux cliques lorsqu'on change de section (tab principal). 

 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 ==> supprimer le menu structure and post-process it, or build our own HTML directly. à gauche, purement et simplement.  
 ==> ajouter des sous-menus déroulant sous les tabs.

Back