element-web/src/components/structures
Travis Ralston 928acbdc11 Wrap ScrollPanel layout changes in if statements
These conditions are rarely true, but when they are it saves ~28ms of forced layout changes.
2020-07-21 19:52:50 -06:00
..
auth Use brand name from config in all strings 2020-07-10 19:57:01 +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
GenericErrorPage.js
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
LeftPanel.tsx Don't hammer on the layout engine with avatar updates for the background 2020-07-21 15:02:59 -06:00
LoggedInView.tsx LeftPanel2 -> LeftPanel 2020-07-17 15:22:18 -06:00
MainSplit.js
MatrixChat.tsx Notify left panel of resizing when it is collapsed&expanded 2020-07-16 06:05:53 +01:00
MessagePanel.js Fix jumping to read marker for events without tiles 2020-06-30 18:40:52 +01:00
MyGroups.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
NotificationPanel.js
RightPanel.js tidy up and delint 2020-05-27 10:47:01 +01:00
RoomDirectory.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
RoomSearch.tsx fix typescript definitions 2020-07-16 08:58:11 +01: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 Wrap ScrollPanel layout changes in if statements 2020-07-21 19:52:50 -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