Mailspring/internal_packages/account-sidebar/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
..
components fix(acct-menu): Add option to add account from context menu 2016-03-14 11:22:52 -07:00
account-commands.coffee refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
main.coffee fix(sidebar): Handle edge cases for sidebar shortcuts 2016-02-05 14:25:07 -08:00
sidebar-actions.coffee feat(perspective): Restore through NylasEnv.savedState 2016-02-05 18:36:48 -08:00
sidebar-item.coffee feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
sidebar-section.coffee feat(unread/spam): New items in the sidebar for unread and spam 2016-04-19 11:32:33 -07:00
sidebar-store.coffee feat(perspective): Restore through NylasEnv.savedState 2016-02-05 18:36:48 -08:00