element-web/src/components/structures
Luke Barnard 0849b0e205 Fix view_next_room, view_previous_room and view_indexed_room
These must now make a dispatch to RoomViewStore instead of calling `viewRoom` directly on MatrixChat. This will call both `viewRoom` of MatrixChat _and_ the logic in RVS so there is some redundancy here. It'd be best to move as much as possible of viewRoom out to the RVS itself.

But for now, this fixes a bug that occures when leaving (the viewed room would not change).
2017-05-25 17:10:49 +01:00
..
login Write some tests for the RTS UI 2017-05-17 09:46:17 +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 link to #/register 2017-05-15 10:31:17 +01:00
InteractiveAuth.js Just return the promise if it's a bg request 2017-03-22 11:25:33 +00:00
LoggedInView.js Allow teamServerConfig to be missing 2017-05-25 14:38:12 +01:00
MatrixChat.js Fix view_next_room, view_previous_room and view_indexed_room 2017-05-25 17:10:49 +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 Use RVS to indicate "joining" when setting a mxid 2017-05-25 17:04:42 +01:00
ScrollPanel.js Separate predicates for RM/RR 2017-05-09 17:36:19 +01:00
TimelinePanel.js Revert "Merge pull request #807 from matrix-org/matthew/quick-search" 2017-05-16 16:11:01 +01:00
UploadBar.js Unregister the UploadBar event listener on unmount 2017-03-16 14:19:17 +00:00
UserSettings.js Merge branch 'develop' into new-guest-access 2017-05-22 16:19:10 +01:00