session-desktop/js/views
Scott Nonnenberg 39795170c1 Handle the 'extension loaded, reopen window' scenario
Not sure exactly how to think about Chrome app lifetimes, so we're
being conservative. We only show the full-application loading screen
once, on first display of the inbox.

FREEBIE
..
attachment_preview_view.js Normalize views' template fetching pattern
attachment_view.js Show size of files even if size not precomputed for attachment
banner_view.js Confirmaton on send, banner when 'unverified'
confirmation_dialog_view.js ConfirmationDialogView: Make showCancel an explicit option
contact_list_view.js Remove empty string class passed to contact template
conversation_list_item_view.js Reduce unnecessary updates on conversations at startup
conversation_list_view.js Remove log message
conversation_search_view.js findOrCreateById instead of private-specific method
conversation_view.js Animated loading screens on startup and first conversation load
debug_log_view.js Add link to github on debug log
error_view.js Remove all concept of 'key conflict' from the app
file_input_view.js Flag voice note attachment protos as such
group_member_list_view.js Show call to action on group member list when verifying
group_update_view.js Remove erroneous license file and headers
hint_view.js Add hint for users with no groups or contacts
identicon_svg_view.js Fix svg icon colors
identity_key_send_error_view.js Improve experience when discovering identity key error on send
inbox_view.js Handle the 'extension loaded, reopen window' scenario
install_view.js Move Whisper.events out of views and tests
key_verification_view.js Add else handlers with logging in toggleVerified catch handler
last_seen_indicator_view.js Preserve lastSeenIndicator location when not focused
list_view.js Object.assign -> _.extend(), for to make Chrome 45 and below work
message_detail_view.js ConfirmationDialogView: Make showCancel an explicit option
message_list_view.js Add items to conversation history when user verifies/unverifies
message_view.js Show 'Message not sent' only if 'Some recipients failed' not showing
network_status_view.js Eliminate all console errors during test run
new_group_update_view.js Remove comments after NewGroupUpdateView investigation
phone-input-view.js Fix standalone registration
recipients_input_view.js Simplify event arguments
recorder_view.js Use error.stack instead of error for console log
scroll_down_button_view.js Scroll down button: when scrolled up, or new non-visible message
settings_view.js Remove 'safety number approval' option from settings dialog
timestamp_view.js Fixed bubble timestamp update timer breakdown
toast_view.js Generalize toast view template
whisper_view.js fixed , dark theme flaw