element-portable/src/components/structures
Travis Ralston 4fc054e1c9 Add a logged in class to EmbeddedPage and react to MatrixClient changes
See https://github.com/vector-im/riot-web/pull/9957

The two hacks introduced here are for different reasons, mostly related to the welcome page. If you land directly on the welcome page, the app's lifecycle is highly unlikely to have a bootstrapped client. This results in the loggedIn class being false. When the client is later set up (loaded from session, new guest account registered, etc) the context fails to update for the EmbeddedPage, and we need to give it a kick to re-render. It's arguable if we should even keep using the context here.
2019-06-04 16:08:32 -06:00
..
auth Fix login page breaking on wrong password 2019-06-04 13:51:33 +01:00
AutoHideScrollbar.js Bind the onWheel listener directly to props 2019-04-05 09:43:29 -06:00
CompatibilityPage.js Improve links to firefox and safari 2019-03-15 11:39:10 -06:00
ContextualMenu.js Put the stickerpicker below dialogs 2019-04-01 20:34:33 -06:00
CustomRoomTagPanel.js Update CustomRoomTagPanel.js 2019-03-16 12:37:34 +00:00
EmbeddedPage.js Add a logged in class to EmbeddedPage and react to MatrixClient changes 2019-06-04 16:08:32 -06:00
FilePanel.js create ResizeNotifier to derive which areas of the app resize and emit 2019-03-15 10:16:21 +01:00
GenericErrorPage.js Accept JSX into the GenericErrorPage and expose local session vars 2019-05-29 12:09:04 -06:00
GroupView.js Fix some source strings noticed as incorrect by translators 2019-05-16 14:35:56 -06:00
IndicatorScrollbar.js Counteract smooth scrolling on breadcrumbs 2019-06-02 23:59:02 -06:00
InteractiveAuth.js js-sdk interactive auth now sends email token 2019-05-22 11:51:26 +01:00
LeftPanel.js Convert breadcrumbs from labs to real setting 2019-06-03 00:15:33 -06:00
LoggedInView.js load twemoji dynamically as colr or sbix; fix monospace 2019-05-22 02:31:24 +01:00
MainSplit.js make resizeNotifier optional in MainSplit for GroupView 2019-03-27 16:38:17 +01:00
MatrixChat.js Add a null guard for serverConfig 2019-05-20 20:10:10 -06:00
MessagePanel.js Merge pull request #3056 from matrix-org/jryans/read-receipts-relations-review 2019-06-04 16:24:05 +01:00
MyGroups.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
NotificationPanel.js Fix lint errors in NotificationPanel 2019-05-21 16:38:48 +01:00
RightPanel.js Merge remote-tracking branch 'origin/develop' into travis/cancel-3pid 2019-03-29 11:47:46 -06:00
RoomDirectory.js Merge pull request #2842 from matrix-org/bwindels/bacat-scrolling-merged-develop 2019-03-29 14:02:15 +00:00
RoomStatusBar.js typos 2019-05-19 16:31:25 +01:00
RoomSubList.js Add voice labels for quick add room buttons 2019-05-21 12:16:34 -06:00
RoomView.js Only show reactions in main message timeline 2019-05-21 18:27:10 +01:00
ScrollPanel.js comment for PAGE_SIZE 2019-04-03 09:16:30 +02:00
SearchBox.js Fix the ctrl+k shortcut 2019-03-06 14:53:52 +00:00
TabbedView.js Remove old user and room settings 2019-02-04 13:40:21 -07:00
TagPanel.js move help & communities button out of tag panel 2019-02-05 17:36:33 +00:00
TagPanelButtons.js Track life buoy dialog 2019-04-04 11:28:13 +01:00
TimelinePanel.js Advance read receipts into trailing events without tiles 2019-06-03 18:25:35 +01:00
TopLeftMenuButton.js Move focusing to the context menu create call 2019-05-20 21:07:55 -06:00
UploadBar.js Fix upload cancel in e2e rooms 2019-04-08 17:53:39 +01:00
UserView.js show dialog when failing to load profile info 2019-02-20 12:52:29 +01:00
ViewSource.js make ViewSource less awkward 2019-02-24 03:43:44 +00:00