Mailspring/internal_packages/thread-list/lib
Ben Gotow a48ddd51f8 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
..
category-removal-target-rulesets.es6 fix(remove-from-view): Fix logic for delete/remove-from-view behavior: 2016-03-07 18:16:37 -08:00
injects-toolbar-buttons.jsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
main.cjsx feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
message-list-toolbar.jsx bump(react): 0.13.2 => 0.14.7 2016-03-29 01:43:12 -07:00
selected-items-stack.jsx fix(*): Minor CSS fixes, open tracking fix when only message is draft 2016-04-06 12:35:30 -07:00
thread-list-columns.cjsx fix(attachments): Don't show the paperclip for inline attachments < 3k (signatures, etc.) 2016-04-20 10:44:32 -07:00
thread-list-context-menu.es6 feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
thread-list-data-source.coffee feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
thread-list-icon.cjsx feat(tooltip): use native tooltip style 2015-10-21 11:27:57 -07:00
thread-list-participants.cjsx fix(contact): Converge on displayName(), don't show account label in ThreadList. Fixes #1157 2016-02-01 19:12:06 -08:00
thread-list-quick-actions.cjsx feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
thread-list-scroll-tooltip.cjsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
thread-list-store.coffee update(search): Add search usage reporting + other fixes 2016-04-08 14:11:32 -07:00
thread-list-toolbar.jsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
thread-list.cjsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
thread-toolbar-buttons.cjsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00