Cable-Desktop/js
lilia bd5f43bdb1 Avoid excessive re-rendering of the inbox list
This listener is doing way more work than necessary to update the dom by
removing all the list items and re-creating them. This also causes the
bug where selected state is cleared when new messages arrive, not to
mention binding new event listeners without unbinding the old ones.

Fix by simply promoting an element to the top of the list when it's
active_at value changes, rather than re-rendering the whole list. This
could backfire if the value gets changed to an earlier timestamp but for
now we assume that won't happen.

// FREEBIE
2015-09-14 13:49:20 -07:00
..
models Fetch group contacts before fetching new messages 2015-09-14 13:49:09 -07:00
views Avoid excessive re-rendering of the inbox list 2015-09-14 13:49:20 -07:00
axolotl_store.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
background.js Remove global updateInbox, used scoped version 2015-09-08 19:27:38 -07:00
bimap.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
chromium.js Improve notification behavior 2015-09-14 11:12:08 -07:00
components.js 239 Auto-expand message area when typing 2015-06-23 22:45:41 +02:00
conversation_panel.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
database.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
index.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
libaxolotl-worker.js Use a worker to facilitate key generation 2015-05-05 17:44:55 -07:00
libphonenumber-util.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
libtextsecure.js Disable socket level reconnect 2015-09-10 01:03:19 -07:00
notifications.js Improve notification behavior 2015-09-14 11:12:08 -07:00
options.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
panel_controller.js Don't reset inboxWindowId 2015-09-14 11:12:08 -07:00
register.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
storage.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00