Mailspring/internal_packages/message-list/lib
Juan Tejada 97e9637068 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 fix(extension-adapter): Update adapter to support all versions of extension api we've used 2015-12-30 15:11:37 -05:00
email-frame-styles-store.coffee fix(dark-mode): Adjust email CSS immediately upon switching themes 2015-11-23 20:20:06 -08:00
email-frame.cjsx fix(message): fix truncation of messages 2016-01-28 18:07:43 -08:00
main.cjsx update(extensions): Rename DraftStoreExtension and MessageStoreExtension 2015-11-30 16:08:05 -08:00
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 feat(paste): Paste accepts more HTML, paste and match style now available 2015-12-07 15:34:03 -08:00
message-item-container.cjsx feat(editor-region): Add support to register components as editors 2015-12-18 11:06:44 -08:00
message-item.cjsx fix(message): Limit number of collapsed recipients in message 2016-02-03 11:24:29 -08:00
message-list.cjsx fix(important): Hide important in message column of unified unless Gmail 2016-01-28 16:57:24 -08:00
message-participants.cjsx fix(message): Limit number of collapsed recipients in message 2016-02-03 11:24:29 -08:00
message-timestamp.cjsx Standardize message-list capitalization to AM/PM, 2016-01-19 15:54:44 -07:00
message-toolbar-items.cjsx fix(toolbars): Cross disolve toolbar items on a one-off basis 2015-10-21 10:34:14 -07:00
sidebar-components.cjsx fix(message-sidebar): New ContactCard injectable role, updated FocusedContactStore 2015-09-24 18:58:53 -07:00
thread-archive-button.cjsx TaskFactory now returns N tasks for performing standard actions, undo uses arrays 2016-01-21 13:46:04 -08:00
thread-star-button.cjsx feat(tooltip): use native tooltip style 2015-10-21 11:27:57 -07:00
thread-toggle-unread-button.cjsx Harmonize require and remove unused ones. 2015-12-17 00:02:37 +01:00
thread-trash-button.cjsx TaskFactory now returns N tasks for performing standard actions, undo uses arrays 2016-01-21 13:46:04 -08:00