gnome-initial-setup:show-password-button

Last commit made on 2019-08-06
Get this branch:
git clone -b show-password-button https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
show-password-button
Repository:
lp:gnome-initial-setup

Recent commits

0821f13... by Philip Chimento <email address hidden>

password: Add eye icons to toggle password visibility

User research shows that allowing users to view the password that
they've typed, reduces how often passwords are forgotten, especially for
users who are unaccustomed to creating and typing passwords.

https://www.nngroup.com/articles/password-creation/ has some more
interesting reading on this.

In most prior art, the eye icons are placed in the secondary position
but here we place them in the primary position because we already use
the secondary position for a warning icon to show a weak password and/or
a checkmark icon to show that the two passwords match.

Closes GNOME/gnome-initial-setup#81.

828f782... by Philip Chimento <email address hidden>

driver: Add resource base path

This makes it possible to set up things like icon resource paths
automatically.

https://phabricator.endlessm.com/T27460

a0b1ebc... by Will Thompson

NEWS for 3.33.90

14b9835... by Will Thompson

Merge branch 'wip/benzea/systemd-user' into 'master'

Use systemd user instance

See merge request GNOME/gnome-initial-setup!38

6bf1231... by Will Thompson

Merge branch 'page-headers' into 'master'

Refactor page headers

See merge request GNOME/gnome-initial-setup!51

74e798f... by Adrien Plazas

Use page headers

This will siplify pages and help making them look homogeneous.

af9406f... by Will Thompson

Merge branch 'drop-first-row-header' into 'master'

Drop the headers for the first rows

See merge request GNOME/gnome-initial-setup!49

760cc3c... by Will Thompson

Merge branch 'drop-avatar-button-padding' into 'master'

account: Drop the avatar button padding

See merge request GNOME/gnome-initial-setup!50

82b4faa... by Damián Nohales

account: Fix trailing whitespace

3857805... by Will Thompson <email address hidden>

assistant: don't toggle suggested-action style class

Previously, either the widget was sensitive with the suggested-action
class, or insensitive without it. The appearance of the button when
insensitive is identical regardless of the suggested-action class, so we
can leave that class permanently applied.