Mailspring/internal_packages/message-list/lib
Ben Gotow f63b7e66e4 feat(swipe-to-*): Gesture support and animation in thread list
Summary:
This diff does two things:
- It adds a new SwipeContainer that makes it easy to implement swipe gestures. This is built into listTabular, so you can create a list and define onSwipeLeft/Right to enable gestures.

- It adds support for basic add/remove animations to the thread list. This works by adding a CSS transition to `top` and also leaving removed rows around for a specified time. (these times need to match.) Pretty much just cloned the core idea from TimeoutTransitionGroup.

Test Plan: No tests yet

Reviewers: evan, juan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2581
2016-02-19 18:22:28 -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): Allow height to be 0, remove 150px min height 2016-02-05 15:33:07 -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(message): fix collapse unset when new thread delta 2016-02-15 15:46:33 -05:00
message-participants.cjsx 💄: White buttons, dropdown / popover cleanup, hairline dividers 2016-02-18 15:21:42 -08:00
message-timestamp.cjsx Standardize message-list capitalization to AM/PM, 2016-01-19 15:54:44 -07:00
message-toolbar-items.cjsx
sidebar-components.cjsx
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
thread-toggle-unread-button.cjsx Harmonize require and remove unused ones. 2015-12-17 00:02:37 +01:00
thread-trash-button.cjsx feat(swipe-to-*): Gesture support and animation in thread list 2016-02-19 18:22:28 -08:00