mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
00c74cd1a9
Summary: There are now two objects, Folders & Labels. These inherit from `Category` (that's what Eben said they were using on the backend). There are two separate tasks. 1. MoveToFolderTask 2. ApplyLabelsTask It turns out that the semantics between the two are quite different. The reverse operation for moving to a folder is a bit tricky. As of 7-8-15, the Tasks are pretty much complete. I need to write tests for them still and do some manual testing in the client. Test Plan: Writing specs Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1724
12 lines
348 B
CoffeeScript
12 lines
348 B
CoffeeScript
describe "AccountSidebarStore", ->
|
|
xit "should update it's selected ID when the focusCategory action fires", ->
|
|
true
|
|
|
|
xit "should update when the DatabaseStore emits changes to tags", ->
|
|
true
|
|
|
|
xit "should update when the NamespaceStore emits", ->
|
|
true
|
|
|
|
xit "should provide an array of sections to the sidebar view", ->
|
|
true
|