(css,js) Improve progress feedback

This ads a "ripple" effect that blocks the context when login in or
sending a message. Generic enough to be used elsewhere.

Fixes #3765
This commit is contained in:
Francis Lachapelle
2016-07-15 14:03:16 -04:00
parent 0fe472b5e9
commit 6bbb56c386
13 changed files with 334 additions and 63 deletions
@@ -6,6 +6,13 @@
"Domain" = "Domain";
"Remember username" = "Remember username";
"Connect" = "Connect";
/* Appears while authentication is in progress */
"Authenticating" = "Authenticating";
/* Appears when authentication succeeds */
"Success" = "Success";
"Authentication Failed" = "Authentication Failed";
"Wrong username or password." = "Wrong username or password.";
"cookiesNotEnabled" = "You cannot login because your browser's cookies are disabled. Please enable cookies in your browser's settings and try again.";