Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve login UI experience in editor #648

Closed
wants to merge 1 commit into from
Closed

Conversation

omerlh
Copy link
Contributor

@omerlh omerlh commented Nov 8, 2017

The login UI is a bit ugly, added some colors to make it prettier.

Copy link
Contributor

@Yshayy Yshayy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome color!

res.send(authProviders.map(x => `<a href="${x.url}">login with ${x.name}</a>`).join('<br/>'));
res.send(
authProviders
.map(x => `<a href="${x.url}" style="color:red" >login with ${x.name}</a>`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome color!

@ghost ghost assigned nataly87s Nov 15, 2017
@ghost ghost added the in progress label Nov 15, 2017
@Yshayy Yshayy closed this Dec 24, 2017
@ghost ghost removed the in progress label Dec 24, 2017
@Yshayy Yshayy deleted the malicious_commit branch November 21, 2018 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants