element-web/src/components/structures
Luke Barnard 423babdb17 Remove fairly redundant condition
Making sure that a node is intersected by the bottom of the wrapper is a bit overkill, given that we iterate from the bottom. This also prevents the scenario of having no nodes that are not precisely intersected, but possibly straddling the bottom of the wrapper.
2017-04-05 17:51:07 +01:00
..
login Remove non-functional session load error 2017-03-29 16:23:18 +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 Add canResetTimeline callback and thread it through to TimelinePanel 2017-03-22 15:06:52 +00:00
MatrixChat.js Fix the onFinished for timeline pos dialog 2017-03-30 17:18:22 +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 Remove fairly redundant condition 2017-04-05 17:51:07 +01:00
TimelinePanel.js Clarify and simplfiy unpagination logic 2017-04-04 13:28:26 +01:00
UploadBar.js Unregister the UploadBar event listener on unmount 2017-03-16 14:19:17 +00:00
UserSettings.js PR feedback fixes 2017-03-24 10:45:38 +00:00