Skip to content

Commit

Permalink
refactor(messages): removed user list from topbar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jul 10, 2022
1 parent 0159c9b commit 6d14741
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/client/containers/Topbar/TopbarContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,21 @@ class TopbarContainer extends React.Component {
</a>
</PDropdownTrigger>
</li>
<li className='top-bar-icon'>
<OffCanvasTrigger target={'online-user-list'}>
<a title={'Online Users'} className='no-ajaxy'>
<i className='material-icons'>people_alt</i>
<span
className={
'online-user-count alert uk-border-circle label ' +
(this.activeUserCount < 1 ? 'hide' : '')
}
>
{this.activeUserCount}
</span>
</a>
</OffCanvasTrigger>
</li>
{/*<li className='top-bar-icon'>*/}
{/* <OffCanvasTrigger target={'online-user-list'}>*/}
{/* <a title={'Online Users'} className='no-ajaxy'>*/}
{/* <i className='material-icons'>people_alt</i>*/}
{/* <span*/}
{/* className={*/}
{/* 'online-user-count alert uk-border-circle label ' +*/}
{/* (this.activeUserCount < 1 ? 'hide' : '')*/}
{/* }*/}
{/* >*/}
{/* {this.activeUserCount}*/}
{/* </span>*/}
{/* </a>*/}
{/* </OffCanvasTrigger>*/}
{/*</li>*/}
<li className='top-bar-icon nopadding nohover'>
<i className='material-icons separator'>remove</i>
</li>
Expand Down

0 comments on commit 6d14741

Please sign in to comment.