element-portable/src/components/structures
Michael Telatynski 6ec799a028 I broke UserSettings for webpack-dev-server
where version file doesn't exist, version starts as null
then gets set to undefined by the promise
this wasn't handled and now undefined is understood to be unknown
rather than null

also picked up on a small casing error
threePids vs threepids, most things using the latter apart from the init

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-05-13 15:04:20 +01:00
..
login Validate phone number on login 2017-05-02 18:30:46 +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 Remove RHS when viewing RoomDirectory 2017-04-27 16:49:23 +01:00
MatrixChat.js Put room name in 'leave room' confirmation dialog 2017-05-08 16:49:40 +01:00
MessagePanel.js Combine data-scroll-token and -contained-scroll-tokens 2017-05-04 10:00:13 +01:00
NotificationPanel.js show placeholder of timeline empty 2017-02-02 16:32:10 +00:00
RoomStatusBar.js consolidate call onPageUnload handler into RoomView 2017-05-03 16:39:19 +01:00
RoomView.js consolidate call onPageUnload handler into RoomView 2017-05-03 16:39:19 +01:00
ScrollPanel.js Typo 2017-05-04 13:03:04 +01:00
TimelinePanel.js Fix the spinner to actually appear 2017-05-05 10:48:54 +01:00
UploadBar.js Unregister the UploadBar event listener on unmount 2017-03-16 14:19:17 +00:00
UserSettings.js I broke UserSettings for webpack-dev-server 2017-05-13 15:04:20 +01:00