Mailspring/internal_packages/account-sidebar/lib
Ben Gotow a10f86a3a2 feat(all-mail): Add special case * tag for all mail
Summary: This one is a bit interesting. We want to allow the user to view "All Mail", which is essentially "threads, with no tags query whatsoever." Rather than try to make `null` a valid selected tag Id, I used `*` as a "magic" tag id which is interpreted by the ThreadStore to mean "no tags where clause." Definitely a hack, but simpler than trying to make the account sidebar properly select "all mail" when selectedTagId = null.

Test Plan: Run tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1360
2015-03-27 16:37:42 -07:00
..
account-sidebar-divider-item.cjsx
account-sidebar-item.cjsx Make ResizableRegion a core component, not registered with component registry 2015-03-03 09:49:15 -08:00
account-sidebar-store.coffee feat(all-mail): Add special case * tag for all mail 2015-03-27 16:37:42 -07:00
account-sidebar-tag-item.cjsx fix(scrolling): scroll to end once. Fix draft deletion 2015-03-10 13:17:47 -07:00
account-sidebar.cjsx fix(*): Small fixes for drafts, interface tweaks 2015-03-23 16:33:28 -07:00
main.cjsx refactor(layout): More configuration into WorkspaceStore, less in packages 2015-03-20 14:52:10 -07:00