mytakedotorg/mtdo

Replace UserNav Login link with a LoginModal

Open

#371 opened on Sep 4, 2020

 (0 comments) (0 reactions) (0 assignees)Java (3 forks)auto 404
frontendgood first issue

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

When there is no user session present, the Login link at the top right of the header should launch a LoginModal component. Use VideoResultsList.tsx as an example.

Do not link to /login

https://github.com/mytakedotorg/mytakedotorg/blob/5f4bc71ccd44bb541522242f9936c77de381e724/client/src/main/scripts/components/search/VideoResultsList.tsx#L53-L55

Contributor guide