New composition area with emoji typeahead

This commit is contained in:
Ken Powers 2019-06-27 16:35:21 -04:00 committed by Scott Nonnenberg
parent e62a1a7812
commit 7b645011c2
95 changed files with 1740 additions and 1293 deletions

View file

@ -60,7 +60,7 @@ export class ContactListItem extends React.Component<Props> {
const profileElement =
!isMe && profileName && !name ? (
<span className="module-contact-list-item__text__profile-name">
~<Emojify text={profileName} i18n={i18n} />
~<Emojify text={profileName} />
</span>
) : null;
@ -79,7 +79,7 @@ export class ContactListItem extends React.Component<Props> {
{this.renderAvatar()}
<div className="module-contact-list-item__text">
<div className="module-contact-list-item__text__name">
<Emojify text={displayName} i18n={i18n} /> {profileElement}
<Emojify text={displayName} /> {profileElement}
</div>
<div className="module-contact-list-item__text__additional-data">
{showVerified ? (