element-portable/src/components/views/rooms
David Baker 16398fbfc2 Allow TruncatedList to get children via a callback
And update MemberList to use it as such. This means that the parent
only needs to make react elements for the elements that will
actually be rendered, rather than all of them.

In practive this doesn't make a huge difference as making React
elements is fairly fast, but experimentally (with all profiling
turned on), MemberList went from 25ms in the constructor and
81ms in render to 38ms in constructor but sub 1ms render for
Matrix HQ.
2017-09-22 13:15:02 +01:00
..
AppsDrawer.js Catch the promise rejection if scalar fails 2017-08-23 19:35:33 +01:00
Autocomplete.js Fix click to insert completion 2017-08-23 16:22:14 +01:00
AuxPanel.js Merge pull request #1327 from matrix-org/matthew/multiple-widgets 2017-08-22 10:53:51 +01:00
EntityTile.js Merge pull request #1056 from matrix-org/kegan/translation-tamarin 2017-06-08 15:06:26 +01:00
EventTile.js Implement Flair 2017-08-30 11:10:49 +01:00
ForwardMessage.js make forward_message be friendly with the RVS stuffs 2017-06-16 16:12:52 +01:00
LinkPreviewWidget.js Don't show null URL previews 2017-05-08 14:01:44 +01:00
MemberDeviceInfo.js Add remaining translations! 2017-06-08 14:08:51 +01:00
MemberInfo.js Merge branch 'develop' into dbkr/group_userlist 2017-09-19 13:26:55 +01:00
MemberList.js Allow TruncatedList to get children via a callback 2017-09-22 13:15:02 +01:00
MemberTile.js Add remaining translations! 2017-06-08 14:08:51 +01:00
MessageComposer.js Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into rxl881/appFixes 2017-08-11 10:35:20 +01:00
MessageComposerInput.js Fix click to insert completion 2017-08-23 16:22:14 +01:00
PresenceLabel.js remove unused imports 2017-06-02 21:35:55 +01:00
ReadReceiptMarker.js Avoid breaking /sync with uncaught exceptions 2017-08-30 10:01:45 +01:00
RoomHeader.js Only show the integ management button if user is joined 2017-09-18 13:34:33 +01:00
RoomList.js Update when a group arrives 2017-09-21 16:28:49 +01:00
RoomNameEditor.js Merge pull request #1056 from matrix-org/kegan/translation-tamarin 2017-06-08 15:06:26 +01:00
RoomPreviewBar.js Review comments 2017-06-08 14:45:59 +01:00
RoomSettings.js Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into rxl881/appFixes 2017-08-18 15:35:01 +01:00
RoomTile.js Avoid re-rendering RoomList on room switch 2017-09-11 16:59:09 +01:00
RoomTopicEditor.js Better RTL support 2017-06-03 18:52:45 +03:00
SearchableEntityList.js Fix i19n on truncatedlist & friends to be sane 2017-07-25 15:59:06 +01:00
SearchResultTile.js Combine data-scroll-token and -contained-scroll-tokens 2017-05-04 10:00:13 +01:00
SimpleRoomHeader.js Remove unused collapse_rhs 2017-06-16 15:47:40 +01:00
TopUnreadMessagesBar.js Add remaining translations! 2017-06-08 14:08:51 +01:00
UserTile.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00