Mailspring/internal_packages/message-list/lib
Ben Gotow e68a139f4d fix(*): Minor performance tweaks and fixes to category picker
Summary:
fix(undo-redo): UndoRedoComponent does not take props

fix(category-picker):

- Use Actions.queueTask like the rest of the app so UndoRedoStore can see it. Can change this in the future but it's currently the only place in the app we directly queue tasks.

- Stop subscribing to the FocusedContentStore / FocusedCategoryStore (which are not used in setState?) since we receive threads as props

- Rename categoryDatum to item because it's not a category. (Was super confused that categories were becoming JSON in `_extendCategoryWithDisplayData`) Give item a category property so that tasks can specify items and not IDs (allows for better descriptions like "Moved one thread to Archive"

Add simple shouldComponentUpdate to retina-img

Test Plan: Run tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D1832
2015-08-03 17:05:31 -07:00
..
plugins feat(tracking-pixels): New MessageStore extension cuts out tracking pixels you've *sent* so you don't trigger them 2015-07-23 10:57:13 -07:00
email-frame.cjsx feat(quoted-text): New quoted text engine 2015-07-08 09:51:33 -07:00
main.cjsx feat(tracking-pixels): New MessageStore extension cuts out tracking pixels you've *sent* so you don't trigger them 2015-07-23 10:57:13 -07:00
message-controls.cjsx fix(SDW): Styling of various controls and buttons. See description 2015-07-21 13:53:06 -07:00
message-item.cjsx Merge branch 'master' of github.com:nylas/edgehill into receivedrecentdate-sent-folder-fix 2015-07-31 12:38:53 -07:00
message-list.cjsx fix(*): Minor performance tweaks and fixes to category picker 2015-08-03 17:05:31 -07:00
message-participants.cjsx refactor(utils): switch to regular underscore 2015-05-19 16:06:59 -07:00
message-timestamp.cjsx fix(*): minor fixes 2015-06-26 07:06:57 -07:00
message-toolbar-items.cjsx feat(labels): add a new label/folder picker 2015-07-21 14:20:15 -07:00
sidebar-thread-participants.cjsx refactor(utils): switch to regular underscore 2015-05-19 16:06:59 -07:00
thread-archive-button.cjsx fix(styles): fix button padding and styles 2015-07-23 12:22:27 -07:00
thread-star-button.cjsx fix(styles): fix button padding and styles 2015-07-23 12:22:27 -07:00