Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

Navigation is wrapped on 13" laptop monitor #85

Closed mig5 closed 8 years ago

mig5 commented 8 years ago

Again, if this is something likely to be made obsolete by your upcoming changes, feel free to just close this.

After creating a fresh development environment with admin account 'admin@admin.admin' I noticed that the Navigation wraps on a standard Macbook Pro 13" screen. I think this is new for me for 2 reasons:

1) my real email address in a production Scumblr is shorter than admin@admin.admin 2) new extra navigation options 'Events' and 'Event Filters' and 'Result Filters'

screen shot 2016-04-22 at 9 10 21 am

Maybe instead of displaying the user's email address, that nav item could simply be hardcoded to 'Profile' or something?

mig5 commented 8 years ago

Either that or the assets/scumblr_logo.png could conceivably be shrunk down a bit, there is a wide gray region to the right of 'Scumblr' that causes Dashboard (and hence all other nav items) to appear at such a distance from the logo.

ahoernecke commented 8 years ago

Just pushed an update that should help with this... Reduced the spacing a little, collapsed the logout button to be under a dropdown on the user's email address, and truncate the email address to 20 characters max. Additionally, if the window is less than 1250px wide it puts the menu items inside a hamburger button.

Take a look and let me know what you think.

mig5 commented 8 years ago

That's really nice, a great improvement. Thanks!