arojunior / awesome-feed

Stay up to date with what is happening and what the users who you follow are working on Github
https://awesomefeed.js.org
MIT License
57 stars 8 forks source link

feat(navbar) improve mobile compatibility of the navbar #48

Closed itsweliton closed 5 years ago

itsweliton commented 5 years ago

In this commit I created a new version of the mobile navbar, so now users can see all the menu options on the bottom of the screen. Just like that:

screen shot 2018-12-28 at 05 07 50

But why?

Well, according with usability tests, users on mobile devices use their thumbs to click and navigate, so even though top navbars are more popular, the bottom ones are better. Here goes a good article talking more about this Why mobile menus belong at the bottom

arojunior commented 5 years ago

That's awesome! Thank you so much, @welitonderesende