Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-14903: Adds messaging to group members dropdown. #2729

Merged
merged 4 commits into from
May 3, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
MM-14903: Adds message to member dropdown.
  • Loading branch information
mkraft committed Apr 30, 2019
commit 4c44c34520444341b9dbab97a276fc3f57d83310
1 change: 1 addition & 0 deletions components/popover_list_members/popover_list_members.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export default class PopoverListMembers extends React.Component {
>
<div className='more-modal__header'>
{title}
{this.props.channel.group_constrained && <div className='subhead'>Members managed by linked groups.</div>}
</div>
<div className='more-modal__body'>
<div className='more-modal__list'>
Expand Down
5 changes: 5 additions & 0 deletions sass/components/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@
span {
font-weight: 600;
}

.subhead {
font-size: 12px;
opacity: 0.6;
}
}

.more-modal__button {
Expand Down