Mailspring/internal_packages/thread-search/lib
Evan Morikawa a20b979208 feat(analytics): add analytics for change mail tasks
Summary:
Adds the following new events:

- Threads Moved to Folder
  - isArchive
  - source
  - folderType
  - folderDisplayName
  - numThreads
  - numMessages
  - description
  - isUndo

- Threads Changed Labels
  - isArchive
  - source
  - labelTypesToAdd
  - labelTypesToRemove
  - labelDisplayNamesToAdd
  - labelDisplayNamesToRemove
  - numThreads
  - numMessages
  - description
  - isUndo

- Threads Starred
  - source
  - numThreads
  - description
  - isUndo

- Threads Unstarred
  - source
  - numThreads
  - description
  - isUndo

- Threads Marked as Read
  - source
  - numThreads
  - description
  - isUndo

- Threads Marked as Unread
  - source
  - numThreads
  - description
  - isUndo

Each new action has a "source" property that's one of the following:
- Category Picker: New Category
- Category Picker: Existing Category
- Toolbar Button: Message List
- Toolbar Button: Thread List
- Send and Archive
- Context Menu: Thread List
- Thread List Icon
- Quick Actions: Thread List
- Swipe
- Keyboard Shortcut
- Dragged Out of List
- Snooze Move
- Important Icon
- Label Remove Icon
- Thread Selected
- Mail Rules
- Dragged Into List

Test Plan: manual

Reviewers: juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D3760
2017-01-24 12:22:33 -05:00
..
main.es6 feat(event-search): Add event search to calendar 2016-11-15 17:27:31 -08:00
search-actions.es6 feat(babel6): fix es6 importing from coffee 2016-05-06 12:00:45 -07:00
search-mailbox-perspective.es6 feat(analytics): add analytics for change mail tasks 2017-01-24 12:22:33 -05:00
search-query-parser.es6 [thread-search] Background on-keypress search queries 2017-01-23 11:50:27 -08:00
search-query-subscription.es6 [thread-search] Improve local thread search 2017-01-11 14:26:42 -08:00
search-store.es6 [thread-search] Background on-keypress search queries 2017-01-23 11:50:27 -08:00
thread-search-bar.jsx fix(search): allow custom search result elements 2016-11-17 16:01:55 -08:00