Mailspring/internal_packages/message-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
..
plugins rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
autolinker.es6 perf(autolinker): Use requestIdleCallback to fix hanging on large bodies 2016-03-23 19:03:21 -07:00
autoscale-images.es6 fix(autoscale): Apply vw when width and height are not present 2016-04-07 18:02:04 -07:00
email-frame-styles-store.coffee
email-frame.jsx fix(quoted-text): Correctly update container height 2016-04-05 14:27:54 -07:00
find-in-thread.jsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
main.cjsx feat(selection): Add new display for selection count + update toolbar 2016-03-21 12:20:11 -07:00
message-controls.cjsx fix(drafts): Formalize draft factory, add reply "behaviors" #1722 2016-03-22 15:47:51 -07:00
message-item-body.cjsx fix(inline): radial progress, merge body with download data on render 2016-03-31 15:16:21 -07:00
message-item-container.cjsx fix(focus): Remove focusedField in favor of imperative focus, break apart ComposerView 2016-04-04 15:22:01 -07:00
message-item.cjsx fix(attachments): Don't show the paperclip for inline attachments < 3k (signatures, etc.) 2016-04-20 10:44:32 -07:00
message-list-hidden-messages-toggle.jsx
message-list.cjsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
message-participants.cjsx
message-timestamp.cjsx
sidebar-participant-picker.jsx fix(contact-sidebar): Don't render <select> when no contacts available 2016-04-07 09:57:53 -07:00
sidebar-plugin-container.cjsx
thread-archive-button.cjsx
thread-star-button.cjsx
thread-toggle-unread-button.cjsx
thread-trash-button.cjsx feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00