Removed chat buttons from ProfileHeader, DeckSidebar

• Removed:
- chat buttons from ProfileHeader, DeckSidebar
This commit is contained in:
mgabdev 2021-01-25 12:42:46 -05:00
parent 081f59c872
commit fdef75a4f5
2 changed files with 0 additions and 23 deletions

View File

@ -253,18 +253,6 @@ class ProfileHeader extends ImmutablePureComponent {
className={[_s.jcCenter, _s.aiCenter, _s.px10, _s.mr10].join(' ')}
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(' ')}>
<AccountActionButton account={account} />
</div>
@ -398,16 +386,6 @@ class ProfileHeader extends ImmutablePureComponent {
onClick={this.handleOpenMore}
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>
}

View File

@ -119,7 +119,6 @@ class DeckSidebar extends ImmutablePureComponent {
<Divider isSmall />
<NavigationBarButton attrTitle='Chat' icon='chat' to='/messages' />
<NavigationBarButton attrTitle='Dark/Muted/Light/White Mode' icon='light-bulb' onClick={this.handleOnClickLightBulb} />
<button