Mailspring/internal_packages/preferences/lib/tabs
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
..
config-schema-item.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
preferences-account-details.jsx fix(default-alias): Show primary email instead of "None", clarify only for new messages currently 2016-04-15 19:05:54 -04:00
preferences-account-list.jsx fix(build): Fix failing linter and account tests 2016-03-18 13:26:03 -07:00
preferences-accounts.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
preferences-appearance.jsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
preferences-general.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
preferences-keymaps.jsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
preferences-mail-rules.jsx fix(mail-rules): Only process inbox, never skip threads 2016-04-05 19:16:58 -07:00
sending-section.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
workspace-section.jsx fix(default-client): Set initial state to fix React warning 2016-04-15 14:30:13 -04:00