element-web/src/components/structures
Travis Ralston a5f3318f3b Convert view_user dispatch to prove the conversion works
This is a relatively obvious dispatch action that doesn't require a lot of complicated type definitions, so should be a good candidate to prove the thing works. If for some reason the thing stops working, we've done something wrong.

This also adds a bit of generic types to the dispatch call so we don't confuse the tsx parser by using `dis.dispatch(<ViewUserPayload>{...})` as it thinks that's supposed to be a component. We still get type safety, and the thing remains happy with the generics approach.
2020-05-13 21:07:50 -06:00
..
auth Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
AutoHideScrollbar.js remove some remaining dead code 2020-03-26 11:17:35 +01:00
CompatibilityPage.js Revert "Discard unused CompatibilityPage.js in react-sdk" 2020-04-23 16:11:58 +01:00
ContextMenu.js Allow network dropdown to be scrollable and fix context menu window padding calc 2020-04-14 17:34:39 +01:00
CustomRoomTagPanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
EmbeddedPage.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
FilePanel.js Revert "Fix Filepanel scroll position state lost when room is changed" 2020-04-19 19:14:08 -06:00
GenericErrorPage.js Implement design and copy for errors 2019-06-05 11:32:02 -06:00
GroupView.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
HomePage.tsx Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
IndicatorScrollbar.js Adjust IndicatorScrollbar to not rely on AutoHideScrollbar for overflow 2020-03-26 11:17:35 +01:00
InteractiveAuth.js Merge branch 'develop' into travis/react-warnings/3-componentCannotDidMount 2020-04-01 11:14:19 -06:00
LeftPanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
LoggedInView.tsx Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
MainSplit.js Don't remount main split children on rhs collapse 2020-03-10 20:09:40 +00:00
MatrixChat.tsx Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
MessagePanel.js Merge branch 'develop' into foldleft/better-errors 2020-04-06 11:36:46 +01:00
MyGroups.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
NotificationPanel.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
RightPanel.js Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
RoomDirectory.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomStatusBar.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomSubList.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomView.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
ScrollPanel.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
SearchBox.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TabbedView.tsx Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets 2020-03-28 00:51:01 +00:00
TagPanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TagPanelButtons.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TimelinePanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
ToastContainer.js comments ftw 2020-01-25 21:30:42 +00:00
TopLeftMenuButton.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
UploadBar.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
UserView.js Don't try to reload profile information when closing the user panel 2020-05-04 15:41:26 -06:00
ViewSource.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00