coderoyalty / pseudonym-app

An anonymous messaging application
https://pseudonym-app.vercel.app
MIT License
2 stars 0 forks source link

improve navigation menu user experience (ux) #5

Closed coderoyalty closed 8 months ago

coderoyalty commented 8 months ago

On viewports < 768px, the navigation menu is focused when there's a click outside of it. It'll be nice to auto-close it when there's a click outside of its container. Also, involving this same context, whenever an anchor tag is clicked in the navigation menu, the menu should also automatically close. This will eliminate the need of clicking outside the menu, or toggling the menu-bar.