Cable-Desktop/js/views
lilia de744a6c55 Fix messages being inserted in the wrong place
Usually new elements are inserted in a predictable order relative to the
sort order of the models/collection, but it's not garaunteed. This fixes
up message element insertion to handle the general case where elements
can be added in any order and must be displayed in correct order as
determined by the collection's sort function. In the worst case, we'll
have to iterate over the entire list of elements to find the right spot,
but in practice most of the time we can short circuit based on the index
of the model or by looking for the predecessor or successor of the
element in question.
2016-10-05 19:09:21 +09:00
..
attachment_preview_view.js Normalize views' template fetching pattern 2015-12-09 18:58:52 -08:00
attachment_view.js Fix lightbox 2016-06-30 16:56:51 -07:00
confirmation_dialog_view.js Dedupe modal styles 2016-02-19 17:34:59 -08:00
contact_list_view.js Normalize views' template fetching pattern 2015-12-09 18:58:52 -08:00
conversation_list_item_view.js Update conversation snippets automatically 2016-10-05 19:09:20 +09:00
conversation_list_view.js Don't sort if already sorted 2016-07-28 18:39:55 -07:00
conversation_search_view.js Remove newContact attribute 2016-03-18 11:21:11 -07:00
conversation_view.js Frontend for timer updates and timer indicator 2016-09-29 16:17:01 -07:00
debug_log_view.js Add link to github on debug log 2016-04-09 20:55:21 -07:00
error_view.js i18n KeyConflictView 2016-01-02 02:51:25 -08:00
file_input_view.js Add voice notes 2016-08-23 16:16:31 -07:00
group_member_list_view.js Remove unusued event handlers 2016-03-23 15:06:23 -07:00
group_update_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
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
inbox_view.js Add test fixtures 2016-09-23 19:51:42 -07:00
install_view.js Support i18n with multiple links 2016-09-27 13:34:54 -07:00
key_conflict_dialogue_view.js Let key verification view lazy-load keys 2016-09-20 13:45:21 -07:00
key_verification_view.js Let key verification view lazy-load keys 2016-09-20 13:45:21 -07:00
list_view.js Remove unused code 2016-01-26 14:56:16 -08:00
message_detail_view.js Let key verification view lazy-load keys 2016-09-20 13:45:21 -07:00
message_list_view.js Fix messages being inserted in the wrong place 2016-10-05 19:09:21 +09:00
message_view.js Fix messages being inserted in the wrong place 2016-10-05 19:09:21 +09:00
new_conversation_view.js Fix minor style errors 2016-02-18 13:45:22 -08:00
new_group_update_view.js DRY up group update sending 2015-09-23 16:45:07 -07:00
phone-input-view.js Fix standalone registration 2015-12-10 10:36:14 -08:00
recipients_input_view.js Simplify event arguments 2015-09-21 10:32:35 -07:00
recorder_view.js Add voice notes 2016-08-23 16:16:31 -07:00
settings_view.js Add settings ui for theme 2016-08-30 18:31:02 -07:00
timestamp_view.js Allow localization of month-day format string 2016-08-18 10:41:05 -07:00
toast_view.js Generalize toast view template 2016-09-07 13:04:45 -07:00
whisper_view.js Support i18n with multiple links 2016-09-27 13:34:54 -07:00
window_controls_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00