mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Summary: This commit makes so it we report perf metrics for archive actions. To achieve this, I added a new `ThreadListActionsStore` which serves as a proxy for thread actions, which allow us to time them. The new store is in charge of listening to thread list actions, creating and queueing the appropriate tasks for any given action, and timing and reporting action times to our MetricsReporter. This commit only times archiving actions, and subsequent diffs will time other relevant thread list actions. Test Plan: manual Reviewers: halla, spang, evan Reviewed By: spang, evan Differential Revision: https://phab.nylas.com/D3983 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
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