Mailspring/internal_packages/message-list/lib
Ben Gotow fc252673ab fix(toolbars): Cross disolve toolbar items on a one-off basis
Summary:
This diff removes the timeout transition group from the sheet-toolbar, which was causing toolbar items to fade when columns were opened / closed and they were moved from column to column.

Instead, I'm just animating the message toolbar items, which are one of the few sets of toolbar items that really should fade, and do so as an entire set.

I've also renamed the "sheet-toolbar" animation to "opacity-125ms". I think it'd be cool to create a standard set of these animations, but I didn't see any others it would make sense to create generic names for yet. (The others have weird timings or are bound up inside packages).

Resolves Github #90

Test Plan: No new tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2159
2015-10-21 10:34:14 -07:00
..
plugins feat(tracking-pixels): New MessageStore extension cuts out tracking pixels you've *sent* so you don't trigger them 2015-07-23 10:57:13 -07:00
email-frame.cjsx fix(composer): much better specs for composer & quoted text 2015-09-03 19:41:56 -07:00
main.cjsx feat(archive): shows trash for non-archive accounts 2015-09-30 19:51:48 -07:00
message-controls.cjsx fix(docs): Replace docs references to Edgehill with N1 2015-09-29 09:45:02 -07:00
message-item-container.cjsx refactor(db): change ID system to have clientIDs and serverIDs 2015-08-28 11:24:29 -07:00
message-item.cjsx fix(composer): much better specs for composer & quoted text 2015-09-03 19:41:56 -07:00
message-list.cjsx fix(composer): composer doesn't jump with attachments 2015-10-02 17:14:00 -07:00
message-participants.cjsx fix(message-list): collapsed message participants no longer looks broken. fixes T3377. 2015-08-19 17:39:16 -07:00
message-timestamp.cjsx fix(message-timestamp): call @_formattedDate with correct params. fixes T3388. 2015-08-19 15:50:10 -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-remove-button.cjsx feat(archive): shows trash for non-archive accounts 2015-09-30 19:51:48 -07:00
thread-star-button.cjsx feat(toggle-unread): threads can now toggle their unread status. fixes T3483. 2015-09-15 16:49:16 -07:00
thread-toggle-unread-button.cjsx fix(toolbar): swap mark-as-unread and archive buttons 2015-09-16 17:48:56 -07:00