Mailspring/static
Evan Morikawa de0f2374fe feat(calendar): can pick which calendars you want displayed
Summary:
Adds a resizable column next to the calendar that lets you pick which
calendars you want to turn on and off.

The picker sidebar styling mimics that of the main account sidebar.

Calendars are grouped by account.

We store the disabled calendars in in your config.

I added a `notIn` SQL method so it'll perform `WHERE calendarId NOT IN
['a', 'b', ...]` instead of `NOT (WHERE calendarId IN ['a', 'b', 'c'])`

I wanted it to be an exclusion (instead of inclusion) list so the default
was "all on" and we didn't need to always fetch the full list of
calendarIds from the database to compare against.

This also fixed a test that was failing constantly: The Query Subscription
Pool Spec was not being properly reset on each test. As a result, the test
would fail with an instance of a query subscription that Jasmine would
attempt to pretty print. Jasmine would fail to pretty print it because of
a jasmine bug that fails to properly display Objects with null prototypes.
The DatabaseStore's EventEmitter has a property with a null prototyp
causing the error

Test Plan: manual

Reviewers: bengotow, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D3336
2016-10-13 11:37:19 -04:00
..
animations/inbox-zero
components feat(calendar): can pick which calendars you want displayed 2016-10-13 11:37:19 -04:00
devtools-extensions/react-devtools-0.14.11 bump(electron): 1.2.1 and React Devtools in dev mode 🎉 2016-06-03 10:51:39 -07:00
fonts/FontAwesome
images feat(popout-threads) Add functionality to open threads in popout windows 2016-10-12 13:55:11 -07:00
mixins
package-template refactor(composer): Make session, draft available everywhere 2016-04-19 16:05:15 -07:00
sounds
variables build(onboarding): Add input with gmail auth url 2016-07-26 15:55:45 -07:00
babelrc.json feat(babel6): Replace stage-0 with electron 2016-05-06 11:55:23 -07:00
buttons.less fix(mail-merge): Prevent send button from being pressed multiple times 2016-05-19 16:13:35 -07:00
dropdowns.less
email-frame.less fix(files): When download mode is “manual” prompt about inline attachments 2016-10-03 11:22:44 -07:00
font-awesome.min.css
index.html 🎨(loading): Remove supplement text 2016-06-13 16:32:46 -07:00
index.js fix(spec): remove unnecessary messages & prevent extra hot window 2016-09-29 09:52:51 -05:00
index.less feat(tutorial): Overlay bubbles that guide you through initial features 2016-09-13 02:29:38 -04:00
inputs.less
jasmine.less
linux.less
normalize.less
resizable.less
selection.less
type.less
utilities.less
workspace.less