LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

show busy indicator when AuthButton is clicked #99

Closed jeffreywescott closed 8 years ago

jeffreywescott commented 8 years ago

Fixes #95

In order to make it more clear to the user that something is happening, show a ProgressBar when the 'Authenticate' or 'Sign-in' button is clicked. This will prevent the user from clicking twice because they don't know that the click registered.

It's all in service of epic https://github.com/LearnersGuild/learning-os-software/issues/93

bundacia commented 8 years ago

I'm not at all up to speed with react/redux so this isn't a real deep code review on that point, but I looked over everything and it looks sane as far as I can tell and it works for me locally. This is a HUGE improvement. Amazing how much snappier it makes that page feel. =)