TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

207 nav bar #216

Closed jkwening closed 6 years ago

jkwening commented 6 years ago

WIP - will merge in when ready; wanted to show changes I'm implementing for review and feedback.

Issue Number:

207, #205, and #206

Issue Description:

Add navbar per mockup, style other pages per mockup, and other general app styling: UI clean up and tying up loose ends.

Summary of solution:

  1. Add navbar component
  2. Restyle login, register, and map view to factor in navbar location
  3. Style home screen per mockup
  4. Refactor ~/client/app.js to allow for passing available screen height through to other components. This is the remaining screen space left after fixing navbar at top of the screen.
  5. Similarly style reset-password screen
  6. Add user info to profile page
  7. Style reset-password page similarly like rest and allow user info update

Can this issue be closed?

Yes

Should any new issues be added as a result of this solution?

Thanks for contributing!