Mailspring/internal_packages/draft-list/lib
Ben Gotow a46bad4eb7 refactor(menus): Major prune of keymaps/commands, real conditional menus
Summary:
Keymaps & menus CSON => JSON, remove AtomKeymaps, CommandRegistry use of CSS selectors, use Mousetrap instead

Important Notes:

- The `application:` prefix is reserved for commands which are handled in the application process. Don't use it for other things. You will not receive the events in the window.

- Maintaining dynamic menus seems to come with quite an overhead, because Electron updates the entire menu every time. In the future, we'll need https://github.com/electron/electron/issues/528 to really make things nice. I will be tracking this upstream.

- The format for keyboard shortcuts has changed. `cmd-X` is now `command+shift+x`

Test Plan: Run tests

Reviewers: juan, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2917
2016-04-24 12:16:25 -05:00
..
draft-list-columns.cjsx feat(thread-search): Add client side search 2016-04-04 17:15:19 -07:00
draft-list-send-status.jsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
draft-list-store.coffee perf(db): Use partial indexes added in sqlite 3.8 2016-04-19 17:42:02 -07:00
draft-list-toolbar.jsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
draft-list.cjsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
draft-toolbar-buttons.cjsx fix(tasks): Properly handle DraftNotFoundError in DestroyDraftTask 2016-03-22 14:34:09 -07:00
main.es6 fix(draft-list): Revert regression for sheet selection 2016-04-22 17:30:14 -07:00
sending-cancel-button.cjsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
sending-progress-bar.cjsx perf(*): Replace _.omit, refresh scrollbar height less often 2016-03-24 15:14:41 -07:00