element-web/src/components/structures
Bruno Windels 473f2dd72b pass room to _loadMembersIfJoined, it's called when newState not applied
_loadMembersIfJoined is called from
_onRoomLoaded < _onRoomViewStoreUpdate, before incoming state
from the store is applied to this.state, so looking up the room
with this.state.roomId doesn't always work, which would cause
the members not to be loaded. Pass in the room instead.
2018-09-17 19:24:34 +02:00
..
login Lint 2018-09-04 18:51:24 +01:00
BottomLeftMenu.js point imports at the new locations 2018-04-13 00:43:44 +01:00
CompatibilityPage.js point imports at the new locations 2018-04-13 00:43:44 +01:00
ContextualMenu.js fix lint 2018-07-09 20:11:17 +01:00
CreateRoom.js Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
FilePanel.js given we also want to hide widget events, hide all except m.room.message 2018-06-16 19:52:15 +01:00
GroupView.js Replace view_set_mxid with require_registration 2018-09-05 18:08:49 +01:00
HomePage.js displayName should be tracked as static 2018-04-18 16:19:37 +01:00
InteractiveAuth.js Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
LeftPanel.js Merge branch 'develop' into t3chguy/ctrl-k_tab 2018-06-18 18:01:41 +01:00
LoggedInView.js Change format of server usage limit message 2018-08-22 17:54:02 +01:00
LoginBox.js point imports at the new locations 2018-04-13 00:43:44 +01:00
MatrixChat.js Error on splash screen if sync is failing 2018-09-07 12:18:25 +01:00
MessagePanel.js delint 2018-06-16 09:48:57 +01:00
MyGroups.js specify unique key to make react happy 2018-06-15 18:55:37 +01:00
NotificationPanel.js Dramatically simplify use of mx_fadable 2017-10-25 15:15:49 +01:00
RightPanel.js same for right panel 2018-09-07 14:16:26 +02:00
RoomDirectory.js Replace view_set_mxid with require_registration 2018-09-05 18:08:49 +01:00
RoomStatusBar.js Factor out duplication of resource limit i18n 2018-08-16 13:31:17 +01:00
RoomSubList.js allow RoomSubList to use old behaviour of not hiding even if empty 2018-06-30 17:06:33 +01:00
RoomView.js pass room to _loadMembersIfJoined, it's called when newState not applied 2018-09-17 19:24:34 +02:00
ScrollPanel.js Make sure to proxy special prop ref 2018-03-27 13:04:26 +01:00
SearchBox.js point imports at the new locations 2018-04-13 00:43:44 +01:00
TagPanel.js also show spinner on new CATCHUP state 2018-08-30 15:39:48 +02:00
TimelinePanel.js also show spinner on new CATCHUP state 2018-08-30 15:39:48 +02:00
UploadBar.js Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
UserSettings.js s/terms and conditions/legal/ 2018-08-24 11:38:38 +01:00
ViewSource.js move non-Riot-specific components over from riot-web 2018-04-11 23:58:04 +01:00