🧠 Header: v2.0 #7
Replies: 0 comments 6 replies
-
I'm not a big fan of opening the sub-menus on hover, but OK if it's the best way to achieve that, maybe we could implement it like that and then submit this issue to our future UI/UX designer 😌 Your proposal about items architecture sounds good to me, IMHO we should restrict max 1 level of submenus. If not, it will be a mess... |
Beta Was this translation helpful? Give feedback.
-
For ux/ui concerns, include @MdechampG and @henigh in the discussion. 🙏 |
Beta Was this translation helpful? Give feedback.
-
Just like @fredericvilcot, I dont recommend hover drop-downs. Just because a user is hovering over something, it doesn’t necessarily mean they are intending to actually interact with it. Instead, It might be wise if we copy Mac os top menu bar behaviour 👇 |
Beta Was this translation helpful? Give feedback.
-
This discussion aims to set the framework for v.2 of the Header.
1 - This version will add the arrows indicating on which navigation item the user is positioned
2 - This version will also add navigation sub-menu
Concerning the behavior of these sub-menus, I suggest opening them by hovering the mouse over the menu item.
The
Header
navigationItems
property is currently typed like this:We could change this type into:
with:
To illustrate this new data model, here is an example of a navBar with submenus:
As the example is not easy to explain, here is an extract of possible code to get to the navigation bar above:
In the current use of navigation bars, it is rare to have many sub-menus nested in each other.
In principle we will have the items/titles in the navigation bar, with 1 or 2 levels of submenus maximum.
💬 Please give me your opinion about this possible implementation @fredericvilcot @ccamel. 💬
Beta Was this translation helpful? Give feedback.
All reactions