speed up SetMxIdDialog user check to 250ms as it was driving me MAD
i18nize new bottomleftmenu buttons
This commit is contained in:
parent
5c885922d9
commit
1efc5c2b25
7 changed files with 17 additions and 7 deletions
|
@ -23,7 +23,7 @@ import classnames from 'classnames';
|
|||
|
||||
// The amount of time to wait for further changes to the input username before
|
||||
// sending a request to the server
|
||||
const USERNAME_CHECK_DEBOUNCE_MS = 2000;
|
||||
const USERNAME_CHECK_DEBOUNCE_MS = 250;
|
||||
|
||||
/**
|
||||
* Prompt the user to set a display name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue