Skip to content

login dropdown #4

@lorensr

Description

@lorensr

current:

image

i propose we remove the dropdown when logged out (keeping it for now when logged in) and replace with two links like github does:

image

and both sign in and sign up do the same thing—start the github login process. we don't need to show sign up to people who have signed up before, so we could:

A- on sign in, localStorage.setItem('existingUser', true)
B- show sign up unless localStorage.getItem('existingUser')

thoughts? ways to make this UX better?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions