signal-desktop/ts/components/conversation
Scott Nonnenberg 548c8e69cf Emojification now all done with react via a few new components
Three locations were changed:
  1. a group update, which lists a set of contacts
  2. the contact name in the left pane
  3. the conversation title

Three new components were added to window.Signal.Components to support
these scenarios, respectively:
  1. Emojify
  2. ContactName
  3. ConversationTitle

Note that there are a number of other places in the app that should be
emojified, but never have been before. Essentially any place that a
contact name might be shown. A non-exhaustive list:
  - Show group members
  - Show safety number
  - Verified change notification
  - Disappearing timer change notification
  - Contact verification notification
  - Quote contact name
2018-05-23 16:26:47 -07:00
..
media-gallery Add AttachmentSection to style guide 2018-05-08 16:52:01 -04:00
AddNewLines.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
AddNewLines.tsx Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
ContactDetail.md Use backup labels if custom contact type labels are missing 2018-05-10 11:54:58 -07:00
ContactDetail.tsx Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
ContactName.tsx Emojification now all done with react via a few new components 2018-05-23 16:26:47 -07:00
ConversationTitle.tsx Emojification now all done with react via a few new components 2018-05-23 16:26:47 -07:00
EmbeddedContact.md Fall back on givenName/familyName if no displayName/organization 2018-05-10 11:54:58 -07:00
EmbeddedContact.tsx Refactor to remove duplicated code, lint/prettier fixes 2018-05-07 19:30:50 -07:00
Emojify.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Emojify.tsx Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Linkify.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Linkify.tsx Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Message.md Use SignalService vs textsecure for protobuf 2018-05-07 21:53:39 -04:00
Message.tsx Format all source code using Prettier 2018-04-30 16:53:34 -04:00
MessageBody.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
MessageBody.tsx Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Quote.md Use SignalService vs textsecure for protobuf 2018-05-07 21:53:39 -04:00
Quote.tsx Move to react for newlines, emoji, and links in message body 2018-05-14 16:09:37 -07:00