mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
592374c0dc
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 |
||
---|---|---|
.. | ||
button-dropdown.less | ||
contenteditable.less | ||
disclosure-triangle.less | ||
editable-list.less | ||
extra.less | ||
generated-form.less | ||
key-commands-region.less | ||
list-tabular.less | ||
menu.less | ||
outline-view.less | ||
popover.less | ||
scroll-region.less | ||
spinner.less | ||
switch.less | ||
tokenizing-text-field.less | ||
unsafe.less |