signal-desktop/js/views
Daniel Gasienica b24dad23ea Fix search view conversation reset bug
When searching for an existing conversation using a phone number, it’s possible
to click on ‘Start conversation…’ and have that new dummy entry overwrite the
existing conversation.

This change ensures we are always showing a dummy conversation model that is not
part of the conversation collection. Adding it is always idempotent as it goes
through `getOrCreateAndWait`.
2018-03-27 19:54:35 -04:00
..
app_view.js Two fixes for tricky import/register scenarios (#2072) 2018-02-26 15:45:28 -08:00
attachment_preview_view.js Normalize views' template fetching pattern 2015-12-09 18:58:52 -08:00
attachment_view.js Improve identifier names 2018-03-26 16:38:34 -04:00
banner_view.js Confirmaton on send, banner when 'unverified' 2017-08-04 12:03:25 -07:00
confirmation_dialog_view.js ConfirmationDialogView: Make showCancel an explicit option 2017-08-04 12:03:25 -07:00
contact_list_view.js Feature: Blue check marks for read messages if opted in (#1489) 2017-10-04 15:28:43 -07:00
conversation_list_item_view.js Profiles (#1453) 2017-09-14 17:04:00 -07:00
conversation_list_view.js Left pane: small sorting fix, logging for error cases (#1969) 2018-01-12 16:22:00 -08:00
conversation_search_view.js Fix search view conversation reset bug 2018-03-27 19:54:35 -04:00
conversation_view.js Remove expired message if it expired during database fetch (#1983) 2018-01-23 12:27:34 -08:00
debug_log_view.js Make DebugLogView::submit async 2018-03-08 16:21:27 -05:00
error_view.js Remove all concept of 'key conflict' from the app 2017-08-04 12:03:25 -07:00
file_input_view.js Security: Replace Unicode order overrides in attachment names 2018-02-22 13:21:53 -05:00
group_member_list_view.js Show call to action on group member list when verifying 2017-08-04 12:03:25 -07:00
group_update_view.js
hint_view.js Add hint for users with no groups or contacts 2015-11-27 22:26:56 -08:00
identicon_svg_view.js Fix svg icon colors 2016-08-30 18:31:02 -07:00
identity_key_send_error_view.js Eliminate $name$ in two places (#1520) 2017-09-29 09:09:40 -07:00
import_view.js Refactor: Move Backup under window.Signal 2018-03-20 11:53:19 -07:00
inbox_view.js Fix #2125 Prevent multiple settings modals 2018-03-23 12:16:44 -07:00
install_view.js Move to better database deletion call; clears in-memory caches 2018-03-14 14:42:14 -07:00
key_verification_view.js Eliminate $name$ in two places (#1520) 2017-09-29 09:09:40 -07:00
last_seen_indicator_view.js Preserve lastSeenIndicator location when not focused 2017-06-01 16:09:27 -07:00
list_view.js Object.assign -> _.extend(), for to make Chrome 45 and below work 2017-08-04 12:03:25 -07:00
message_detail_view.js Feature: Blue check marks for read messages if opted in (#1489) 2017-10-04 15:28:43 -07:00
message_list_view.js Scroll to bottom when adding a new message (#1450) 2017-09-14 17:03:18 -07:00
message_view.js Wire up Message / Attachment migration functions on startup 2018-03-26 16:38:34 -04:00
network_status_view.js More refactoring to reduce global event dependencies 2017-09-14 16:53:41 -07:00
new_group_update_view.js Remove comments after NewGroupUpdateView investigation 2017-08-04 12:03:25 -07:00
phone-input-view.js Get standalone registration working in development 2017-09-14 16:53:39 -07:00
recipients_input_view.js Simplify event arguments 2015-09-21 10:32:35 -07:00
recorder_view.js Preserve disabled state in the middle of sending message (#1937) 2018-01-04 16:51:00 -08:00
scroll_down_button_view.js Scroll down button: when scrolled up, or new non-visible message 2017-05-23 11:08:23 -07:00
settings_view.js Refactor newly-added ClearDataView in settings_view.js 2018-03-14 14:42:15 -07:00
standalone_registration_view.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
timestamp_view.js Fixed bubble timestamp update timer breakdown 2016-10-28 14:26:51 +09:00
toast_view.js Generalize toast view template 2016-09-07 13:04:45 -07:00
whisper_view.js Full export, migration banner, and full migration workflow - behind flag (#1342) 2017-08-28 13:06:10 -07:00