Mailspring/internal_packages/thread-search
Juan Tejada aaeda2e5ac fix(deltas): Consolidate nylas-long-connection code
- Completely remove nylas-long-connection.coffee file and consolidate all logic into
nylas-long-connection.es6 and worker-sync/delta-streaming-connection.es6:
  - Separate it into DeltaStreamingConnection which is specific to the worker-sync
    package for handling deltas
  - NylasLongConnection is a "reusable" persistent connection to our API
    which is also used by the search package
  - This is a basically a fixed revision of https://phab.nylas.com/D2875,
    see difff for more info
- Makes it so delta streaming does not retry so aggressively on 403s, which
  happens whenever a user’s trial has expired
2016-07-27 02:56:55 -07:00
..
keymaps fix(build): CSON => JSON no longer necessary for /keymaps, /menus 2016-04-24 20:27:29 -05:00
lib fix(deltas): Consolidate nylas-long-connection code 2016-07-27 02:56:55 -07:00
spec feat(babel6): fix es6 importing from coffee 2016-05-06 12:00:45 -07:00
stylesheets feat(thread-search): Add spinner to indicate search in progress 2016-04-10 16:20:26 -07:00
.gitignore feat(thread-search): Add spinner to indicate search in progress 2016-04-10 16:20:26 -07:00
package.json feat(thread-search): Add spinner to indicate search in progress 2016-04-10 16:20:26 -07:00
README.md feat(thread-search): Add spinner to indicate search in progress 2016-04-10 16:20:26 -07:00

React version of thread list