Removes the MessageListNotificationBar editable component in favor of the existing MessageListHeaders

Summary: Removes the MessageListNotificationBar editable component in favor of the existing MessageListHeaders

Test Plan: Manually built N1 and verified the MessageListNotificationBar no longer appears as editable component.

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2523
This commit is contained in:
Bernd Verst 2016-02-03 17:50:08 -08:00
parent dec0e95dc2
commit f162353ce4
2 changed files with 0 additions and 9 deletions

View file

@ -198,11 +198,6 @@ class MessageList extends React.Component
ref="messageWrap">
{@_renderSubject()}
<div className="headers" style={position:'relative'}>
<InjectedComponentSet
className="message-list-notification-bars"
matching={role:"MessageListNotificationBar"}
exposedProps={thread: @state.currentThread}
direction="column"/>
<InjectedComponentSet
className="message-list-headers"
matching={role:"MessageListHeaders"}

View file

@ -171,10 +171,6 @@ body.platform-win32 {
}
}
.message-list-notification-bars {
display:block;
}
.messages-wrap {
flex: 1;
opacity:0;