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
lilia 2e32c7bbc3 Small refactor of attachment views
Bind the sub-view to some data when we initialize it, rather than
passing it in on render. That means the image view click handler will
only ever open the blob we bound it to, even if its src attr changes for
some reason, which should never happen, but if it does, it's nice to
guard against opening arbitrary urls found in the dom.

// FREEBIE
10 years ago
..
attachment_preview_view.js
attachment_view.js Small refactor of attachment views 10 years ago
confirmation_dialog_view.js
contact_list_view.js
conversation_list_item_view.js Add search field to inbox 10 years ago
conversation_list_view.js
conversation_search_view.js Add search field to inbox 10 years ago
conversation_view.js Initial restyle 10 years ago
debug_log_view.js Add UI for submitting debug logs 10 years ago
end_session_view.js
error_view.js
file_input_view.js Update attachment size limits to match mobile clients 10 years ago
group_member_list_view.js
group_update_view.js
identicon_svg_view.js
inbox_view.js Restore native window chrome 10 years ago
key_conflict_dialogue_view.js
key_verification_view.js
list_view.js
message_detail_view.js Collapse multiple retry buttons 10 years ago
message_list_view.js
message_view.js Remove error class when no more message errors 10 years ago
new_conversation_view.js DRY up group update sending 10 years ago
new_group_update_view.js DRY up group update sending 10 years ago
phone-input-view.js
recipients_input_view.js Simplify event arguments 10 years ago
toast_view.js
whisper_view.js Add comment 10 years ago
window_controls_view.js