element-web/src/components/structures
Matthew Hodgson da569c2c8d add constantTimeDispatcher and use it for strategic refreshes.
constantTimeDispatcher lets you poke a specific react component to do something
without having to do any O(N) operations.  This is useful if you have thousands
of RoomTiles in a RoomSubList and want to just tell one of them to update,
without either having to do a full comparison of this.props.list or have each
and every RoomTile subscribe to a generic event from flux or node's eventemitter

*UNTESTED*
2017-04-17 21:06:37 +01:00
..
login fix the warning shown to users about needing to export e2e keys 2017-04-07 23:34:11 +01:00
ContextualMenu.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
CreateRoom.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
FilePanel.js show placeholder of timeline empty 2017-02-02 16:32:10 +00:00
InteractiveAuth.js Just return the promise if it's a bg request 2017-03-22 11:25:33 +00:00
LoggedInView.js Merge pull request #765 from t3chguy/t3chguy/escape-closes-user-settings 2017-04-12 15:18:19 +01:00
MatrixChat.js Fix issue where teamTokenMap was ignored for guests 2017-04-06 17:10:32 +01:00
MessagePanel.js Display timestamps and profiles for redacted events 2017-03-16 17:00:10 +00:00
NotificationPanel.js show placeholder of timeline empty 2017-02-02 16:32:10 +00:00
RoomStatusBar.js Fix VOIP bar hidden on first render of RoomStatusBar 2017-03-28 09:30:41 +01:00
RoomView.js Add canResetTimeline callback and thread it through to TimelinePanel 2017-03-22 15:06:52 +00:00
ScrollPanel.js Fix infinite pagination/glitches with pagination 2017-04-07 11:34:31 +01:00
TimelinePanel.js add constantTimeDispatcher and use it for strategic refreshes. 2017-04-17 21:06:37 +01:00
UploadBar.js Unregister the UploadBar event listener on unmount 2017-03-16 14:19:17 +00:00
UserSettings.js Fix people section vanishing on 'clear cache' 2017-04-11 18:16:29 +01:00