signal-desktop/ts/styleguide
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
..
ConversationContext.md Turn on prettier support for markdown files, update all files 2018-05-01 16:06:57 -07:00
ConversationContext.tsx Format all source code using Prettier 2018-04-30 16:53:34 -04:00
StyleGuideUtil.ts Emojification now all done with react via a few new components 2018-05-23 16:26:47 -07:00