Project

General

Profile

Feature #1189

Updated by Alexander Watzinger over 3 years ago

To clean up the navigation bar we discussed it h2. Decisions made at the workshop. These changes are the results: meeting 

 * Added the *btn-sm* class to the *btn-secondary* buttons so they are the same height as the inputs. 
 * Removing the overview menu entry as it is redundant 
 * Instead of the *Admin* menu item there will be one called *Options* containing a list list: 

 * Admin 
 ** * Profile 
 ** Admin 
 ** * Legal notice (if available) 
 ** * Contact (if available) 
 ** * Logout 

 Also the search input should be smaller and instead of a search button we could use a magnifying glass icon. 

 h2. Accepted and implemented 

 * Added the *btn-sm* class to the *btn-secondary* buttons so they are the same height as the inputs. 

 h2. Suggestions 

 h3. Logged in 

 * Remove the overview navbar entry as it is redundant with the navbar brand link. Add title/popover instead with sth. like "home/overview" 
 * Remove the search button from the search bar and let the users prompt only with enter. Saves some space 
 * Move all float right options (logout, legal issue, profile etc. and Admin) to a float right button drop-down in the navbar like the options button in most browsers. This is easily comprehensible for users as it is used the same way in browsers like Chrome or Firefox. This way only menu entries regarding the content are shown directly in the navbar. 

 h3. Logged out 

 * Show the login button in the navbar  




Back