elementary / initial-setup

New user setup app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
36 stars 12 forks source link

Avatar color in the installer changes with every key press #110

Open marcinjahn opened 3 years ago

marcinjahn commented 3 years ago

Describe the bug I noticed that after the reboot while creating an account, the "avatar' color changes with every new character typed into the "Full Name" input. It looks a little bit weird in my opinion.

To Reproduce Explained above

Expected behavior A bit more "calm" UX. Changing color with every keypress is a bit strange. Maybe the color could change only after leaving the "Full Name" field? Or at least, try to make the color transitions more smooth?

Screenshots image

cassidyjames commented 3 years ago

GNOME Initial Setup seems to just throttle/debounce this, waiting a few hundred ms or so after you stop typing. So it's more reactive than waiting for focus out, but less obnoxious than every keystroke.

marcinjahn commented 3 years ago

GNOME Initial Setup seems to just throttle/debounce this, waiting a few hundred ms or so after you stop typing. So it's more reactive than waiting for focus out, but less obnoxious than every keystroke.

Good point, then I think Gnome does it as it should be.