💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Evan Morikawa 980199a703 feat(composer): participants collapse
Summary:
Participants now collapse Gmail style in the composer field.

New, more declarative system for how we deal with "focusedFields" on the
composer.

Extracted a `CollapsedParticipants` and `ExpandedParticipants` component.

Test Plan: TODO

Reviewers: dillon, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2013
2015-09-14 10:37:00 -04:00
apm
arclib
build refactor(db): change ID system to have clientIDs and serverIDs 2015-08-28 11:24:29 -07:00
docs-templates
dot-nylas refactor(packages): Remove Edgeforce 2015-08-28 15:16:32 -04:00
examples/N1-Github refactor(package): remove old, unused, or private package. Adds examples 2015-09-10 12:57:40 -04:00
exports feat(categories): enable creating new labels and folders. addresses T3351. 2015-09-10 10:34:09 -07:00
internal_packages feat(composer): participants collapse 2015-09-14 10:37:00 -04:00
keymaps tweak(menus): Move Reload, Show Activity Window to Developer menu 2015-09-09 14:05:03 -07:00
menus tweak(win32): Hide the app menu on Windows, show in a right-side button instead 2015-09-11 14:49:26 -07:00
script fix(build-flow): New integration test at the end of mac builds 2015-08-18 18:04:47 -07:00
spec tweak(jasmine): Double timeout in spec runner, see if it makes a difference 2015-09-11 16:16:21 -07:00
spec-nylas feat(categories): enable creating new labels and folders. addresses T3351. 2015-09-10 10:34:09 -07:00
src fix(offline): /Generally/ a timeout is a temporary error code. Only SendDraftTask should bail and tell the user the draft failed to send 2015-09-11 15:14:52 -07:00
static tweak(win32): Hide the app menu on Windows, show in a right-side button instead 2015-09-11 14:49:26 -07:00
vendor
.arcconfig
.arclint
.gitattributes
.gitignore
.gitmodules
.node-version
atom.sh
coffeelint.json
LICENSE.md
package.json bump(version): 0.3.6 2015-09-10 19:01:15 -07:00
README.md

Nylas Mail is a hackable platform for your personal data, built on Electron and the Nylas Platform APIs.

Building Nylas Mail

Extending Nylas Mail

It's easy to extend Nylas Mail using your favorite web technologies. Check out the Nylas Package API to get started, and the API reference for information about specific classes.