Removed chat buttons from ProfileHeader, DeckSidebar
• Removed: - chat buttons from ProfileHeader, DeckSidebar
This commit is contained in:
parent
081f59c872
commit
fdef75a4f5
|
@ -253,18 +253,6 @@ class ProfileHeader extends ImmutablePureComponent {
|
||||||
className={[_s.jcCenter, _s.aiCenter, _s.px10, _s.mr10].join(' ')}
|
className={[_s.jcCenter, _s.aiCenter, _s.px10, _s.mr10].join(' ')}
|
||||||
onClick={this.handleToggleShortcut}
|
onClick={this.handleToggleShortcut}
|
||||||
/>
|
/>
|
||||||
<div className={[_s.d, _s.flexRow, _s.h40PX].join(' ')}>
|
|
||||||
<Button
|
|
||||||
isOutline
|
|
||||||
icon='chat'
|
|
||||||
iconSize='18px'
|
|
||||||
iconClassName={_s.inheritFill}
|
|
||||||
color='brand'
|
|
||||||
backgroundColor='none'
|
|
||||||
className={[_s.jcCenter, _s.aiCenter, _s.mr10, _s.px10].join(' ')}
|
|
||||||
onClick={this.handleOnCreateChatConversation}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className={[_s.d, _s.flexRow, _s.h40PX].join(' ')}>
|
<div className={[_s.d, _s.flexRow, _s.h40PX].join(' ')}>
|
||||||
<AccountActionButton account={account} />
|
<AccountActionButton account={account} />
|
||||||
</div>
|
</div>
|
||||||
|
@ -398,16 +386,6 @@ class ProfileHeader extends ImmutablePureComponent {
|
||||||
onClick={this.handleOpenMore}
|
onClick={this.handleOpenMore}
|
||||||
buttonRef={this.setOpenMoreNodeRef}
|
buttonRef={this.setOpenMoreNodeRef}
|
||||||
/>
|
/>
|
||||||
<Button
|
|
||||||
isOutline
|
|
||||||
icon='chat'
|
|
||||||
iconSize='18px'
|
|
||||||
iconClassName={_s.inheritFill}
|
|
||||||
color='brand'
|
|
||||||
backgroundColor='none'
|
|
||||||
className={[_s.jcCenter, _s.aiCenter, _s.mr10, _s.px10].join(' ')}
|
|
||||||
onClick={this.handleOnCreateChatConversation}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,6 @@ class DeckSidebar extends ImmutablePureComponent {
|
||||||
|
|
||||||
<Divider isSmall />
|
<Divider isSmall />
|
||||||
|
|
||||||
<NavigationBarButton attrTitle='Chat' icon='chat' to='/messages' />
|
|
||||||
<NavigationBarButton attrTitle='Dark/Muted/Light/White Mode' icon='light-bulb' onClick={this.handleOnClickLightBulb} />
|
<NavigationBarButton attrTitle='Dark/Muted/Light/White Mode' icon='light-bulb' onClick={this.handleOnClickLightBulb} />
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue