cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

Implement a customized responsive navigation element. #23

Closed atrieder closed 6 years ago

atrieder commented 6 years ago

Because of how the current navigation element's collapsing functionality is implemented, it may be preferable to implement an element optimized for the desktop and a 'hamburger' element. For instance, the desktop navigation bar may include an icon for each category with labels below, while the 'hamburger' menu may include an icon to the left of each category label.

atrieder commented 6 years ago

We ended up going back to the react-bootstrap Navbar, since the search bar wrapping issue happens even on the documentation pages for the component (even in bootstrap 3/4). Closing this issue, since the new Navbar looks acceptable.