Mailspring/spec-inbox
Ben Gotow e1fc34a562 fix(drafts): Draft syncing completely disabled to reduce code complexity
Summary:
fix(streaming): Reconnect every 30 seconds, always

Never accept drafts via any API source

fix(attachments): Fix for changes to open API

Get rid of shouldAbort, just let tasks decide what to do in cleanup

Never let SaveDraftTask run while another SaveDraftTask for same draft is running

Never used IPC

Ignore destroy draft 404

Moving draft store proxy to draft store level

Only block on older saves

Replace SaveDraftTask with SyncbackDraftTask, do saving directly from proxy

Never sync back ;-)

Fix specs

Alter SendDraftTask so that it can send an unsaved draft

Test Plan: Run tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1245
2015-03-02 11:23:35 -08:00
..
components fix(autocomplete): autocomplete dropown can be clicked & selects first 2015-02-22 18:08:04 -08:00
models fix(tests): Clean up after ReactTestUtils, wipe ComponentRegistry between specs 2015-02-18 14:09:46 -08:00
stores fix(drafts): Draft syncing completely disabled to reduce code complexity 2015-03-02 11:23:35 -08:00
tasks fix(drafts): Draft syncing completely disabled to reduce code complexity 2015-03-02 11:23:35 -08:00
action-bridge-spec.coffee fix(drafts): Various improvements and fixes to drafts, draft state management 2015-02-03 16:24:31 -08:00
component-registry-spec.coffee fix(drafts): Various improvements and fixes to drafts, draft state management 2015-02-03 16:24:31 -08:00
test_utils.coffee fix(ui): upgrade packages, minor ui/ux fixes 2015-02-10 11:10:14 -08:00