signal-desktop/ts
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
..
backbone Remove @prettier pragmas 2018-04-30 16:53:34 -04:00
components Emojification now all done with react via a few new components 2018-05-23 16:26:47 -07:00
html Format all source code using Prettier 2018-04-30 16:53:34 -04:00
notifications Use native notifications on all platforms 2018-05-02 19:58:33 -04:00
protobuf Compile all protocol buffers 2018-05-07 21:53:40 -04:00
styleguide Emojification now all done with react via a few new components 2018-05-23 16:26:47 -07:00
styles Port colorSVG from Sass to TypeScript (React) 2018-05-08 16:41:07 -04:00
test Fall back on givenName/familyName if no displayName/organization 2018-05-10 11:54:58 -07:00
types Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
util Refactor all emoji utility methods into window.Signal.Emoji 2018-05-23 16:26:47 -07:00
OS.ts Modify OS.isWindows to check platform before version (#2407) 2018-05-20 14:02:29 -07:00