Mailspring/static
Ben Gotow 585dab7cdf refactor(composer): Make session, draft available everywhere
Summary:
Up until now, we've been requiring that every plugin control in the composer take the draftClientId, retreive the session, listen to it, build state from the draft, etc. This is a huge pain and is hard to explain to newcomers becaus it frankly makes no sense.

In 0.3.45 we made it so that the ComposerView always has a non-null draft and session. (It isn't rendered until they're available). In this diff, I just pass those through to all the plugins and remove all the session retrieval cruft.

Almost none of the buttons have state of their own, which I think is appropriate.

They do render on every keystroke, but they were already running code (to recompute their state) on each keystroke and profiling suggests this has no impact.

Prepare for immutable

In preparation for Immutable models, make the draft store proxy returns a !== draft if any changes have been made. This means you can safely know that a draft has changed if `props.draft !== nextProps.draft`

Test Plan: Run tests

Reviewers: juan, evan

Reviewed By: juan, evan

Differential Revision: https://phab.nylas.com/D2902
2016-04-19 16:05:15 -07:00
..
animations/inbox-zero fix(animations): Rename animations to use always lower case 2016-03-28 10:49:13 -07:00
components fix(emoji): Don't allow emoji images to be dragged into attachments 2016-04-12 14:37:14 -07:00
fonts/FontAwesome
images feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
mixins 💄(sidebar): 1px fix for @drew ;-) 2016-02-24 21:06:06 -08:00
package-template refactor(composer): Make session, draft available everywhere 2016-04-19 16:05:15 -07:00
sounds
variables fix(sync-errors): Improve display of sync errors and offline status 2016-04-08 13:52:26 -07:00
babelrc.json
buttons.less 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
dropdowns.less
email-frame.less feat(find-in-thread): add the ability to find in a thread 2016-03-02 14:46:27 -08:00
font-awesome.min.css
index.html fix(focus): Remove focusedField in favor of imperative focus, break apart ComposerView 2016-04-04 15:22:01 -07:00
index.js fix(require): Move more requires to new electron format 2016-04-13 15:35:01 -07:00
index.less feat(scheduler): add new date & time picker 2016-04-05 18:42:19 -07:00
inputs.less refactor(ui-variables): Clean UI variables for consistency/usage 2016-03-15 11:18:50 -07:00
jasmine.less
linux.less
normalize.less
react-remote-child.html fix(require): Move more requires to new electron format 2016-04-13 15:35:01 -07:00
resizable.less
selection.less fix(sidebar): ui tweaks to narrow sidebar 2016-03-09 15:46:10 -05:00
type.less refactor(ui-variables): Clean UI variables for consistency/usage 2016-03-15 11:18:50 -07:00
utilities.less
workspace.less 🎨(themes): Fixes Windows button UI issues in #1649 2016-03-12 11:43:49 -08:00