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/js/views
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
8 years ago
..
app_view.js Format all source code using Prettier 8 years ago
attachment_preview_view.js Remove Vim mode lines 8 years ago
attachment_view.js Use `Attachment.isVoiceMessage` 8 years ago
banner_view.js Remove Vim mode lines 8 years ago
confirmation_dialog_view.js Remove Vim mode lines 8 years ago
contact_list_view.js Remove Vim mode lines 8 years ago
conversation_list_item_view.js Emojification now all done with react via a few new components 8 years ago
conversation_list_view.js Remove Vim mode lines 8 years ago
conversation_search_view.js Format all source code using Prettier 8 years ago
conversation_view.js Emojification now all done with react via a few new components 8 years ago
debug_log_view.js Format all source code using Prettier 8 years ago
error_view.js Remove Vim mode lines 8 years ago
file_input_view.js Format all source code using Prettier 8 years ago
group_member_list_view.js Remove Vim mode lines 8 years ago
group_update_view.js Remove Vim mode lines 8 years ago
hint_view.js Remove Vim mode lines 8 years ago
identicon_svg_view.js Remove Vim mode lines 8 years ago
identity_key_send_error_view.js Remove Vim mode lines 8 years ago
import_view.js Remove Vim mode lines 8 years ago
inbox_view.js Format all source code using Prettier 8 years ago
install_view.js Remove Vim mode lines 8 years ago
key_verification_view.js Remove Vim mode lines 8 years ago
last_seen_indicator_view.js Remove Vim mode lines 8 years ago
list_view.js Remove Vim mode lines 8 years ago
message_detail_view.js Remove unused `retryDescription` localized string 8 years ago
message_list_view.js Remove Vim mode lines 8 years ago
message_view.js Emojification now all done with react via a few new components 8 years ago
network_status_view.js Format all source code using Prettier 8 years ago
new_group_update_view.js Remove Vim mode lines 8 years ago
phone-input-view.js Remove Vim mode lines 8 years ago
react_wrapper_view.js Format all source code using Prettier 8 years ago
recipients_input_view.js Remove Vim mode lines 8 years ago
recorder_view.js Remove Vim mode lines 8 years ago
scroll_down_button_view.js Remove Vim mode lines 8 years ago
settings_view.js Format all source code using Prettier 8 years ago
standalone_registration_view.js Remove Vim mode lines 8 years ago
timestamp_view.js Remove Vim mode lines 8 years ago
toast_view.js Remove Vim mode lines 8 years ago
whisper_view.js Remove Vim mode lines 8 years ago