mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-16 13:11:50 +08:00
f63b7e66e4
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 |
||
---|---|---|
.. | ||
draft-buttons.cjsx | ||
draft-list-columns.cjsx | ||
draft-list-send-status.jsx | ||
draft-list-store.coffee | ||
draft-list.cjsx | ||
draft-selection-bar.cjsx | ||
empty-state.cjsx | ||
focus-container.cjsx | ||
formatting-utils.cjsx | ||
main.cjsx | ||
sending-cancel-button.cjsx | ||
sending-progress-bar.cjsx | ||
thread-buttons.cjsx | ||
thread-list-columns.cjsx | ||
thread-list-context-menu.es6 | ||
thread-list-data-source.coffee | ||
thread-list-icon.cjsx | ||
thread-list-participants.cjsx | ||
thread-list-quick-actions.cjsx | ||
thread-list-scroll-tooltip.cjsx | ||
thread-list-store.coffee | ||
thread-list.cjsx | ||
thread-selection-bar.cjsx |