Mailspring/internal_packages/message-list/lib
Juan Tejada 1e02d8c9c0 fix(message): Limit number of collapsed recipients in message
Summary:
- `from` participants now have their own line
- `to` participants in collapsed mode merge `to`, `cc`, `bcc` as in
  gmail, and start in separate line from `from`
- number of `to` participants in collapsed mode is limited, and also overflows
  with an ellipsis with css in case its too long
- /some/ cleanup
- Unsuccessfully tried to update the css for the message item header to convert to a flexbox. Wrapping the `from` address when the text is too long is still a TODO
- Fixes #1113

Test Plan: - Manual

Reviewers: bengotow, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2507
2016-02-03 11:24:29 -08:00
..
plugins
email-frame-styles-store.coffee
email-frame.cjsx fix(message): fix truncation of messages 2016-01-28 18:07:43 -08:00
main.cjsx
message-controls.cjsx fix(default-alias):Show correct list of accounts and aliases in composer 2016-02-01 18:34:42 -08:00
message-item-body.cjsx
message-item-container.cjsx
message-item.cjsx fix(message): Limit number of collapsed recipients in message 2016-02-03 11:24:29 -08:00
message-list.cjsx
message-participants.cjsx fix(message): Limit number of collapsed recipients in message 2016-02-03 11:24:29 -08:00
message-timestamp.cjsx
message-toolbar-items.cjsx
sidebar-components.cjsx
thread-archive-button.cjsx
thread-star-button.cjsx
thread-toggle-unread-button.cjsx
thread-trash-button.cjsx