Mailspring/internal_packages/thread-list/lib
Ben Gotow 386a599fbc fix(keymaps): Listen to atom commands instead of DOM events
Using `addEventListener` only works when the command is triggered by the atom keymaps manager, NOT when the command is triggered by the command registry (NylasEnv.commands.dispatch). Odds are, when you subscribe to key commands you /really/ mean to subscribe to the command, no matter how it's invoked.

This fixes #556, in which the down / up arrows in the message list weren't working.
2015-12-04 18:27:11 -08:00
..
draft-buttons.cjsx fix(drafts): Fix missing import, resolves Sentry 4041 2015-10-22 16:13:37 -07:00
draft-list-sidebar-item.cjsx fix(ui): better unread count box 2015-10-28 18:50:04 -04:00
draft-list-store.coffee fix(drafts): Draft selection / deletion fixes 2015-10-23 16:04:27 -07:00
draft-list.cjsx fix(drafts): Draft selection / deletion fixes 2015-10-23 16:04:27 -07:00
draft-selection-bar.cjsx Delete button now appears when drafts are selected 2015-07-09 13:28:02 -07:00
empty-state.cjsx fix(drafts): Draft selection / deletion fixes 2015-10-23 16:04:27 -07:00
formatting-utils.cjsx feat(draft-list) Refactor thread-list, create draft-list 2015-03-09 18:25:53 -07:00
main.cjsx feat(trash): Trash for Gmail, and architectural changes for common tasks 2015-10-21 10:38:00 -07:00
thread-buttons.cjsx fix(keymaps): Listen to atom commands instead of DOM events 2015-12-04 18:27:11 -08:00
thread-list-icon.cjsx feat(tooltip): use native tooltip style 2015-10-21 11:27:57 -07:00
thread-list-participants.cjsx fix(thread-list-participants): Add a new failing test case + fix to the thread list participants 2015-09-22 19:02:33 -07:00
thread-list-quick-actions.cjsx feat(tooltip): use native tooltip style 2015-10-21 11:27:57 -07:00
thread-list-store.coffee fix(search): Execute search for subject, autoselect first item 2015-11-18 12:35:19 -08:00
thread-list.cjsx feat(keymap): add cmd+1, cmd+2, etc to quick-select accounts 2015-11-06 14:38:50 -08:00
thread-selection-bar.cjsx fix(naming): Move atom/inbox/nilas refs to Nylas 2015-05-15 11:07:28 -07:00