Mailspring/packages
Juan Tejada 6dbbf1e094 [client-app] Measure and report times for removing labels from threads
Summary:
This commit adds new actions, `applyCategoryToThreads` and `removeCategoryFromThreads`
to be proxied and measured through the ThreadListActionsStore. These are called when
labels are added or removed via the category picker or by removing using
the label icon.

For now, we are only interested in timing actions that remove threads
from the inbox.

Test Plan: manual + reenabled unit tests for category-picker

Reviewers: spang, evan, halla

Reviewed By: halla

Differential Revision: https://phab.nylas.com/D3989
2017-02-21 12:13:17 -08:00
..
client-app [client-app] Measure and report times for removing labels from threads 2017-02-21 12:13:17 -08:00
client-sync [*] metrics(Part 6) MetricsReporter.reportEvent now requires a nylasId 2017-02-21 11:48:45 -08:00
isomorphic-core [client-app] Measure and report archiving times 2017-02-21 11:50:55 -08:00
README.md [*] update and add READMEs to each package 2017-02-17 17:28:09 -08:00

Monorepo Packages

Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.

We use Lerna to manage the monorepo and tie them all together with the main nylas-mail-all/scripts/postinstall.js script, which in turn, calls lerna bootstrap