Mailspring/internal_packages/thread-list/lib
Ben Gotow 9a0c3a245e fix(thread-list): Archive performance improvements, white rows fix
Summary:
Debounce changes out of the DatabaseStore to prevent lots of calls to persistModel from flooding the app

Tasks must always call super so they get IDs

The task queue shouldn't save every time it adds/removes a task - there could be hundreds

ActivityBar package is actually surprisingly slow, re-rendering needlessly

setState in MultiselectList sometimes renders immediately. Don't do this, because sometimes we're rendering twice back to back

Remove dead references

Never allow duplicate tags in the tags array

Don't archive threads that already have the archive tag (it doesn't do anything bad, but why bother creating tasks?)

Update DB specs

Test Plan: Run tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1506
2015-05-14 14:12:53 -07:00
..
draft-list-store.coffee feat(thread-list): Multiple selection, bulk actions, refactoring 2015-04-08 19:25:00 -07:00
draft-list.cjsx fix(*): Message list container styles, logout exceptions, composer logic cleanup 2015-05-07 14:42:39 -07:00
draft-selection-bar.cjsx refactor(react): convert to class-based React components 2015-04-30 13:08:29 -07:00
formatting-utils.cjsx feat(draft-list) Refactor thread-list, create draft-list 2015-03-09 18:25:53 -07:00
main.cjsx feat(unsafe-components): Wrap injected components, catch exceptions, clean up ComponentRegistry 2015-04-30 16:10:15 -07:00
thread-buttons.cjsx fix(thread-list): Archive performance improvements, white rows fix 2015-05-14 14:12:53 -07:00
thread-list-participants.cjsx fix(salesforce): convert to use new ComponentRegistry 2015-05-01 15:58:25 -04:00
thread-list-store.coffee fix(thread-list): Archive performance improvements, white rows fix 2015-05-14 14:12:53 -07:00
thread-list.cjsx fix(thread): support case when email is from nobody 2015-05-08 19:55:32 -07:00
thread-selection-bar.cjsx refactor(react): convert to class-based React components 2015-04-30 13:08:29 -07:00