Mailspring/internal_packages/message-list
Juan Tejada 6051512276 fix(contact-sidebar): Correctly update selected contact
Sometimes, when selecting a contact (with name, email) inside a thread,
the dropdown (`<select>`) did not correctly reflect the selected
contact.

This was because when focusing a contact, the FocusedContactStore
queried that contact from the database just by email, and the contact
retured from the database became the focused one. However, sometimes the
returned contact might have the same email but different email, and
given that the `<select>` component is keyed by both name,email, it
couldn't find the appropriate <option> to render, so it could not update
to reflect the newly selected contact

Now, the FocusedContactStore queries by email and name to prevent this
2016-09-26 16:34:29 -07:00
..
lib fix(contact-sidebar): Correctly update selected contact 2016-09-26 16:34:29 -07:00
spec fix(specs): Fix tests that were console.logging, bump coffee-react 2016-09-20 15:17:48 -07:00
stylesheets fix(react): Fix several warnings in missing imports 2016-04-05 14:53:37 -07:00
.gitignore fix(drafts): Various improvements and fixes to drafts, draft state management 2015-02-03 16:24:31 -08:00
package.json rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00