Giveth / wall-of-fame

Giveth Video Wall of Fame
https://fame.giveth.io/
GNU General Public License v3.0
7 stars 7 forks source link

Make better usage of Navbar #22

Open geleeroyale opened 6 years ago

geleeroyale commented 6 years ago

Suggestion:

- [ ] Use Navbar for pagination and display of current week

deamme commented 6 years ago

I'm suggesting adding a search bar right under the current big logo. Searching would be on what type of video/wall it is.

geleeroyale commented 6 years ago

One of the principal goal with redesign was to unclutter the interface. We regressed a bit in this endeavour by introducing the website navbar as is.

Enhancement: Also add a search filter to the navbar

This would leave only the week-selection and -display elements outside of the navbar.

I am suggesting to get rid of all website links and add the all of fame logo on the right and at least the three buttons (givethio, join, donate) as well as the video upload button.

deamme commented 6 years ago

The reason I don't want to move things inside the current navbar is because it's going to break on mobile devices.

geleeroyale commented 6 years ago

Of course it is going to break mobile! Then we can unbreak it :-D ... Right now, mobile display is not optimized - I want to do that - but first want to get desktop view right.

For example: I was using glamorJS in an experiment to set display elements to position: absolute and display over navbar on desktop and assigned position: relative under a certain viewport size. Works pretty well.