Mailspring/internal_packages/thread-list/lib
Evan Morikawa 119da453e1 feat(selection): add selection of read, unread, starred, etc
Summary:
Can select all, deselect-all, read, unread, starred, unstarred.

Yes, it's not REALLY select "all", but it uses the items in the current
`retainedRange`. This is actually similar to what gmail does (only selects
on the first page of a 100).

Test Plan: new test

Reviewers: juan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2241
2015-11-09 10:03:55 -05: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
empty-state.cjsx fix(drafts): Draft selection / deletion fixes 2015-10-23 16:04:27 -07:00
formatting-utils.cjsx
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(threads): Show the archive button in the bulk action bar 2015-10-23 14:50:39 -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(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 feat(selection): add selection of read, unread, starred, etc 2015-11-09 10:03:55 -05: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