element-web/src/components/views/dialogs
Luke Barnard ad2ed12980 Redesign mxID chooser, add availability checking
Requires https://github.com/matrix-org/matrix-js-sdk/pull/432 for availability checking.

Changes:
 - Redesign the dialog to look more like https://github.com/vector-im/riot-web/issues/3604#issuecomment-299226875
 - Attempt to fix wrong password being stored by generating one per SetMxIdDialog (there's no issue tracking this for now, I shall open one if it persists)
 - Backwards compatible with servers that don't support register/availability - a spinner will appear the first time a username is checked because server support can only be determined after a request.
 - Rate-limited by a 2s debounce
 - General style improvements
2017-05-10 14:22:17 +01:00
..
BaseDialog.js Fix dialog reappearing after hitting Enter 2017-04-26 17:37:52 +01:00
ChatCreateOrReuseDialog.js fix CSS for ChatCreateOrReuseDialog.js 2017-03-13 00:03:33 +00:00
ChatInviteDialog.js display err.message to user if available in error msgs 2017-04-23 01:48:27 +01:00
ConfirmRedactDialog.js clarify that redact === delete 2017-03-19 02:34:25 +00:00
ConfirmUserActionDialog.js fix kick dialog CSS 2017-03-13 00:47:33 +00:00
DeactivateAccountDialog.js Fix import for Lifecycle 2017-03-13 14:10:14 +00:00
ErrorDialog.js make autofocus explicit on errordialog as it autoFocus attr seems unreliable 2017-04-22 17:28:48 +01:00
InteractiveAuthDialog.js Remove old import & pass through result 2017-03-03 14:31:52 +00:00
NeedToRegisterDialog.js Create a common BaseDialog 2017-01-24 18:18:54 +00:00
QuestionDialog.js autofocus doesn't seem to work on this button 2017-04-20 00:42:13 +01:00
SessionRestoreErrorDialog.js Don't force-logout the user if reading localstorage fails 2017-02-15 19:33:39 +00:00
SetMxIdDialog.js Redesign mxID chooser, add availability checking 2017-05-10 14:22:17 +01:00
TextInputDialog.js Create a common BaseDialog 2017-01-24 18:18:54 +00:00
UnknownDeviceDialog.js show the room name in the UDE Dialog 2017-04-25 09:26:21 +01:00