Mailspring/internal_packages/composer/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
..
compose-button.cjsx
composer-view.cjsx fix(*): Minor performance tweaks and fixes to category picker 2015-08-03 17:05:31 -07:00
contenteditable-component.cjsx fix(message-list-scrolling): Move scroll logic to ScrollRegion 2015-07-30 18:29:38 -07:00
file-upload.cjsx fix(T2387): Use better file icons from SDW 2015-07-31 12:34:24 -07:00
floating-toolbar.cjsx
image-file-upload.cjsx feat(attachments): Tons of tiny fixes to attachments, drag-and-drop attachments to other apps 2015-07-15 13:15:05 -07:00
main.cjsx feat(composer): new composer and button styles 2015-06-17 16:03:50 -07:00
participants-text-field.cjsx fix(contact-chips): Contact chips are editable and have much better style 2015-08-03 13:06:28 -07:00
scribe-template-regions.js