element-web/src/components/structures
Bruno Windels b412b9e84d Fix stopPeeking not being called at the right time
stopPeeking is currently not called when navigating to a joined room
after having peeked a room. This causes the /events endpoint for the
peeked room to be called until peeking another room, even when not
viewing the peeked room anymore.

The current code would only stop peeking if you joining were true (note the nesting),
e.g. when waiting for your join to be confirmed by /sync.

This change might make stopPeeking called also when not needed by there is a guard in
that method to do nothing if not currently peeking.
2018-07-12 15:19:25 +02:00
..
login generate local errors for blank fields during login 2018-06-23 17:12:00 +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 Merge pull request #1973 from matrix-org/t3chguy/fix_react_proptypes_warnings 2018-06-18 10:47:20 +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 Fix click on faded left/right/middle panel -> close settings 2018-05-29 13:16:39 +01:00
LoginBox.js point imports at the new locations 2018-04-13 00:43:44 +01:00
MatrixChat.js Fix import 2018-07-06 11:00:39 +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 Refactor GroupStores into one global GroupStore 2018-05-01 11:24:17 +01:00
RoomDirectory.js point imports at the new locations 2018-04-13 00:43:44 +01:00
RoomStatusBar.js Fix layout bug introduced by #2025 2018-06-29 09:46:01 +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 Fix stopPeeking not being called at the right time 2018-07-12 15:19:25 +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 change cursor:pointer iff clicking TagPanel background does something 2018-06-14 11:42:21 +01:00
TimelinePanel.js Improve room list performance when receiving messages 2018-03-14 14:29:55 +00:00
UploadBar.js Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
UserSettings.js add setting to throw new RoomSubList hide behaviour behind an opt-in 2018-06-30 17:07:28 +01:00
ViewSource.js move non-Riot-specific components over from riot-web 2018-04-11 23:58:04 +01:00