MS642 / MangoDB

MIT License
4 stars 1 forks source link

Feature/navbar icons #50

Closed rhiknow55 closed 4 years ago

rhiknow55 commented 4 years ago

Adding icons gotten from CDN to the navbar. Making the profile icon the user's avatar.

Also a big part was refactoring the two user reducers to combine them so that there is no duplicate data in the state. This also has the good side effect of using the user fetched from the auth (when the loading happens) so the user profile will load instantly.

rhiknow55 commented 4 years ago

@AamirL1011 can you take a look, as I've changed stuff you would work with