Closed alaframboise closed 9 years ago
Moving it to the left was based on the work being done on Calcite-Web. There, it's on the left.
Though, right now we are using the standard bootstrap dropdown pattern and Calcite-Web is using a drawer. We'll need to decide if Bootstrap need to match or not.
/cc @CassidyB
For this issue at least, I've reduced the margin on the right of the button when in collapsed mode so it doesn't look too spaced out.
Before:
After:
Just as a side note, from a mobile ux standpoint, I believe menus on the right are slightly more accessible.
http://ux.stackexchange.com/questions/45110/hamburger-menu-icons-should-they-be-on-the-left-or-right
I think this will be dependent on the navigation pattern we use. If we stick with standard bootstrap, it could go left or right and the UI won't seem broken. If we use the slide-in drawer, then it should go on the side the drawer is.
Is our nav-toggle supposed to behave like bootstrap (collapse right) or calcite (collapse left)?
If we have the choice, I would keep the nav on the right as it will be more in line with default bootstrap and easier to convert apps over.
Bootstrap
Calcite-Bootstrap