element-web/src/components/structures
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
..
login Fix specifying custom server for registration 2017-04-25 19:21:09 +01:00
ContextualMenu.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
CreateRoom.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
FilePanel.js show placeholder of timeline empty 2017-02-02 16:32:10 +00:00
InteractiveAuth.js Just return the promise if it's a bg request 2017-03-22 11:25:33 +00:00
LoggedInView.js Show password nag bar when user is PWLU 2017-05-05 16:31:33 +01:00
MatrixChat.js Show password nag bar when user is PWLU 2017-05-05 16:31:33 +01:00
MessagePanel.js Allow MELS to have its own RM 2017-04-27 14:16:50 +01:00
NotificationPanel.js show placeholder of timeline empty 2017-02-02 16:32:10 +00:00
RoomStatusBar.js Fix VOIP bar hidden on first render of RoomStatusBar 2017-03-28 09:30:41 +01:00
RoomView.js Redesign mxID chooser, add availability checking 2017-05-10 14:22:17 +01:00
ScrollPanel.js limit our keyboard shortcut modifiers correctly 2017-04-23 00:49:14 +01:00
TimelinePanel.js Null check readMarkerEventId, update comment 2017-04-27 16:52:40 +01:00
UploadBar.js Unregister the UploadBar event listener on unmount 2017-03-16 14:19:17 +00:00
UserSettings.js display err.message to user if available in error msgs 2017-04-23 01:48:27 +01:00