microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Create hamburger menu dropdown links #119

Open microl44 opened 2 months ago

microl44 commented 2 months ago

Current version uses the navbar to navigate the website. This takes up space and limits the amount of buttons we can have without making them dropdown menus.

Proper websites uses hamburger menus which expands an overlaying menu. We should have something similar (take github.com as example). Hamburger menu should probably expand from the right, but from the top might work as well.

Create mock-ups for design layouts and once a decision has been reached regarding which solution looks the best, implement the solution.