Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Password UI nits #612

Merged
merged 6 commits into from
Oct 30, 2017
Merged

Password UI nits #612

merged 6 commits into from
Oct 30, 2017

Conversation

ericawright
Copy link
Contributor

@ericawright ericawright commented Oct 23, 2017

smaller screens:
screen shot 2017-10-24 at 12 50 34 pm
screen shot 2017-10-24 at 12 50 07 pm

Tested on release versions of Chrome and Firefox

  • Turns out HTML just doesn't remember spaces - so need to convert to   to display passwords with spaces properly.

Fixes: #587.
Fixes: #610.
Fixes: #599.
Fixes: #591.
Fixes: #613.

@@ -85,5 +85,5 @@ footerLinkPrivacy = Privacy
footerLinkTerms = Terms
footerLinkCookies = Cookies
requirePasswordCheckbox = Require a password to download this file
addPasswordButton = Add Password
incorrectPassword = Incorrect password. Try again?
addPasswordButton = Add password
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's OK to change case without using a new ID.

addPasswordButton = Add Password
incorrectPassword = Incorrect password. Try again?
addPasswordButton = Add password
incorrectPassword = Incorrect password. Try again.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unfortunately this needs a new string ID if we want locales to update accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank you!

@sevaan
Copy link

sevaan commented Oct 23, 2017

Let's copy the formatting of the URL field, with the field on top and the button below.

@ericawright
Copy link
Contributor Author

@clouserw can you find a reviewer for this too?

@dannycoates dannycoates self-assigned this Oct 30, 2017
@dannycoates
Copy link
Contributor

This looks great, thanks @ericawright! 👍

@dannycoates dannycoates merged commit 6a008bf into master Oct 30, 2017
@dannycoates dannycoates deleted the password-nits branch February 22, 2018 19:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants