element-web/src/components/structures
David Baker f3320f5041 Fix key backup warning on soft logout page
It always showed the warning (if you had at least one session key
in your store) because flagAllGroupSessionsForBackup returns the
number of keys pending backup after flagging them all for backup,
ie. all of them. Seems like the intention was to only show the
warning if there were keys that had not yet been backed up.

Fixes https://github.com/vector-im/riot-web/issues/14829
Requires https://github.com/matrix-org/matrix-js-sdk/pull/1429
2020-07-30 19:09:47 +01:00
..
auth Fix key backup warning on soft logout page 2020-07-30 19:09:47 +01:00
AutoHideScrollbar.js Fix Breadcrumbs2 ending up with 2 tabIndexes on Firefox due to explicit css overflow scroll 2020-07-18 12:19:03 +01:00
CompatibilityPage.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
ContextMenu.tsx Add ContextMenuTooltipButton 2020-07-17 16:43:24 +01:00
CustomRoomTagPanel.js Support custom tags in the room list again 2020-07-20 16:51:16 -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 Merge pull request #4402 from matrix-org/t3chguy/alias 2020-05-26 09:36:58 +01:00
HomePage.tsx Fix homepage logo 2020-07-15 00:09:39 -06:00
IndicatorScrollbar.js Fix Breadcrumbs2 ending up with 2 tabIndexes on Firefox due to explicit css overflow scroll 2020-07-18 12:19:03 +01:00
InteractiveAuth.js Merge branch 'develop' into travis/react-warnings/3-componentCannotDidMount 2020-04-01 11:14:19 -06:00
LeftPanel.tsx Move search out of RoomList and LeftPanel, into RoomSearch 2020-07-27 16:35:48 -06:00
LoggedInView.tsx Replaced string actions with their corresponding types 2020-07-22 15:14:50 +05:30
MainSplit.js Fix handlebar interaction 2020-07-16 16:16:41 +01:00
MatrixChat.tsx Replace countRoomsWithNotif with a dedicated NotificationState 2020-07-21 20:24:44 -06:00
MessagePanel.js Key EventTile's using txnId if it is set to prevent a remount 2020-07-22 11:10:55 +01:00
MyGroups.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
NotificationPanel.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
RightPanel.js Revert "Cleanup types" 2020-07-30 11:45:49 +05:30
RoomDirectory.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
RoomSearch.tsx Move search out of RoomList and LeftPanel, into RoomSearch 2020-07-27 16:35:48 -06:00
RoomStatusBar.js update call icons 2020-07-08 18:02:30 +02:00
RoomView.js Merge branch 'develop' into element 2020-07-14 14:31:31 +02:00
ScrollPanel.js Add more statements to avoid layout changes 2020-07-21 20:56:07 -06:00
SearchBox.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TabbedView.tsx Support minimum to open user settings to a particular tab 2020-06-08 08:20:15 -06:00
TagPanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TimelinePanel.js Send read marker updates immediately after moving visually 2020-06-12 14:34:57 +01:00
ToastContainer.tsx Merge branches 'develop' and 't3chguy/toasts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3 2020-05-26 13:38:17 +01:00
UploadBar.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
UserMenu.tsx Don't hammer on the layout engine with avatar updates for the background 2020-07-21 15:02:59 -06:00
UserView.js UserView, show Welcome page in the mid panel instead of empty space 2020-05-13 11:40:56 +01:00
ViewSource.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00