Mailspring/internal_packages/thread-snooze/lib
Evan Morikawa 7aefb73ef8 feat(usage): add new feature usage modal
Summary:
This adds the "You've reached max features" modal in N1.

http://g.recordit.co/9O7R0mLlXE.gif

Test Plan:
1. Pull latest nylas/cloud-core and start Billing site:
```
  cd cloud-core
  vagrant up
  vagrant ssh
  cd /vagrant
  bin/setup-up-feature-usage
  bin/launch
```
2. Blow away ~/.nylas-mail (err backup your old one first)
3. Restart N1
4. Before logging in, edit `~/.nylas-mail/config.json`
   - set env to "local"
   - remove `thread-snooze` from the list of `disabledPlugins`
5. `cd /nylas-mail/src/k2` and run `npm start`
6. Restart N1 and create accounts & log in

Reviewers: khamidou, juan, halla

Reviewed By: halla

Differential Revision: https://phab.nylas.com/D3846
2017-02-07 15:46:57 -05:00
..
main.es6 feat(tutorial): Overlay bubbles that guide you through initial features 2016-09-13 02:29:38 -04:00
snooze-actions.es6 fix(lint): final linter fixes 2016-05-06 16:32:34 -07:00
snooze-buttons.jsx feat(reminders): Add send reminders functionality 2016-10-27 08:49:29 -07:00
snooze-constants.es6 refactor(plugins): use plugin name instead of appId 2016-12-02 17:34:42 -05:00
snooze-mail-label.jsx [N1] Changes required for implementing snooze 2017-02-02 17:05:32 -08:00
snooze-popover.jsx feat(reminders): Add send reminders functionality 2016-10-27 08:49:29 -07:00
snooze-store.jsx feat(usage): add new feature usage modal 2017-02-07 15:46:57 -05:00
snooze-utils.es6 feat(analytics): add analytics for change mail tasks 2017-01-24 12:22:33 -05:00