ReCoded-Org / pebble-work-capstone-project

1 stars 2 forks source link

I114 display name of user when signed in #115

Closed jangismarifet closed 2 years ago

jangismarifet commented 2 years ago

This PR solves 3 issues related to Authentication:

  1. When user signs in, the events page displays the name of the user. It only says "Welcome" if user is not signed in: Signed In: image Signed Out: image

  2. When a user is signed in, the sign in and up buttons are removed from the hamburger menu in mobile view. Signed In: image Signed Out: image

  3. When a use is NOT signed in, each event card displays Sign In or Sign Up buttons instead of JOIN. Signed In: image Signed Out: image

closes #114 closes #113 closes #97

Related Issue