You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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
7 years ago
..
backbone Remove `@prettier` pragmas 7 years ago
components Emojification now all done with react via a few new components 7 years ago
html Format all source code using Prettier 7 years ago
notifications Use native notifications on all platforms 7 years ago
protobuf Compile all protocol buffers 7 years ago
styleguide Emojification now all done with react via a few new components 7 years ago
styles Port `colorSVG` from Sass to TypeScript (React) 7 years ago
test Fall back on givenName/familyName if no displayName/organization 7 years ago
types Refactor link/emoji/newline components for composability 7 years ago
util Refactor all emoji utility methods into window.Signal.Emoji 7 years ago
OS.ts Modify OS.isWindows to check platform before version (#2407) 7 years ago