chinwagsocial/app/javascript/mastodon/features/ui/components
ThibG 0b437325dc
Fix column swiping animation logic (#15301)
From the start, swiping columns was highly unreliable because the logic
could change `ReactSwipeableViews`'s `animateTransitions` property
mid-swipe.

PR #11200 partially fixed this, but at the unintended cost of disabling the
swipe animation altogether.

This PR changes the logic behind `shouldAnimate` to only disable the swiping
animation at the end of a column change not initiated by `ReactSwipeableViews`.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2020-12-07 20:07:24 +01:00
..
__tests__
actions_modal.js
audio_modal.js Fix not being able to open audio modal in web UI (#15283) 2020-12-07 04:29:37 +01:00
block_modal.js
boost_modal.js Make visibility icon clickable as part of the time of a toot (#15053) 2020-10-27 03:00:47 +01:00
bundle.js
bundle_column_error.js
bundle_modal_error.js
column.js
column_header.js
column_link.js
column_loading.js
column_subheading.js
columns_area.js Fix column swiping animation logic (#15301) 2020-12-07 20:07:24 +01:00
compose_panel.js
confirmation_modal.js
document_title.js
drawer_loading.js
embed_modal.js
focal_point_modal.js Fixed ESLint error (#15214) 2020-11-23 17:35:14 +01:00
follow_requests_nav_link.js
image_loader.js Add expand/compress image button on image view box (#15068) 2020-11-02 21:16:38 +01:00
link_footer.js
list_panel.js
media_modal.js Fix not being able to open audio modal in web UI (#15283) 2020-12-07 04:29:37 +01:00
modal_loading.js
modal_root.js Change media modals look in web UI (#15217) 2020-11-27 03:24:11 +01:00
mute_modal.js Fix strings that could not be translated (#14980) 2020-10-15 21:24:58 +02:00
navigation_panel.js
notifications_counter_icon.js Change how missing desktop notifications permission is displayed (#14985) 2020-10-15 16:24:47 +02:00
report_modal.js
tabs_bar.js
upload_area.js
video_modal.js Fix not being able to open audio modal in web UI (#15283) 2020-12-07 04:29:37 +01:00
zoomable_image.js Add limitation of image's max zoom rate (max to the original size of image) (#15094) 2020-11-04 20:43:31 +01:00