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
Benedikt Constantin Radtke 520be3d5db Fixed bubble timestamp update timer breakdown
TimestampView's getRelativeTimeSpanString called moment() twice while
calculating the timeout. If there was a minute/hour/day wrap between
these 2 calls, the calculated delay was 0 and thus no timer was
scheduled, since if (this.delay) evaluated to false.

Fixes: #857, #460

// FREEBIE
9 years ago
..
attachment_preview_view.js Normalize views' template fetching pattern 9 years ago
attachment_view.js Fix lightbox 9 years ago
confirmation_dialog_view.js Dedupe modal styles 9 years ago
contact_list_view.js Normalize views' template fetching pattern 9 years ago
conversation_list_item_view.js Update conversation snippets automatically 9 years ago
conversation_list_view.js Remove log message 9 years ago
conversation_search_view.js Remove newContact attribute 9 years ago
conversation_view.js Fix missing hourglass on some expiring messages 9 years ago
debug_log_view.js Add link to github on debug log 9 years ago
error_view.js i18n KeyConflictView 9 years ago
file_input_view.js Add voice notes 9 years ago
group_member_list_view.js Remove unusued event handlers 9 years ago
group_update_view.js Remove erroneous license file and headers 10 years ago
hint_view.js Add hint for users with no groups or contacts 10 years ago
identicon_svg_view.js Fix svg icon colors 9 years ago
inbox_view.js Remove refs to appWindow 9 years ago
install_view.js Support i18n with multiple links 9 years ago
key_conflict_dialogue_view.js Switch from fingerprints to safety numbers 9 years ago
key_verification_view.js Hide verification QR code 9 years ago
list_view.js Remove unused code 9 years ago
message_detail_view.js Localized the message detail view's timestamps 9 years ago
message_list_view.js Fix message insertion for the first element inserted 9 years ago
message_view.js Adjust hourglass vertical alignment 9 years ago
new_group_update_view.js DRY up group update sending 10 years ago
phone-input-view.js Fix standalone registration 9 years ago
recipients_input_view.js Simplify event arguments 10 years ago
recorder_view.js Add voice notes 9 years ago
settings_view.js i18n 'Theme' 9 years ago
timestamp_view.js Fixed bubble timestamp update timer breakdown 9 years ago
toast_view.js Generalize toast view template 9 years ago
whisper_view.js Support i18n with multiple links 9 years ago