rithmschool / elevate

Human resources for the employee.
0 stars 0 forks source link

Refactor navigation #153

Closed MacGlass closed 4 years ago

MacGlass commented 4 years ago

Made changes to the Navigation component:

-Refactored so that the three types (logged in, logged out, admin) are easily interchangeable within the code, and that allowed us to style them individually.

-Restyled the navbar to reflect the mockups and look cleaner

-Refactored the Navbar into React-Bootstrap. Now when you click on the profile icon it will close. -Added animation for hovering

-Got rid of the ref's. Now clicking outside the menu is handled by bootstrap.

-Got rid of a lot of the div's and extra classes that had no functionality.

-Cleaned up the mobile view and narrowed screen.

Screenshots:

Screen Shot 2019-10-28 at 2 35 44 PM Screen Shot 2019-10-28 at 2 36 05 PM Screen Shot 2019-10-28 at 2 36 22 PM
MacGlass commented 4 years ago

Hold on, have to update tests.