chinwagsocial/app/javascript/mastodon/features/ui/components
ThibG c955f98d36
Fix expanded video player issues (#13541)
Fixes #13536

- Expanding a paused video doesn't autoplay anymore
- Default volume level for the expanded video inherited from the original video

Position/playing state/volume are carried over from the original video player
to the modal, but they're not reported back to the modal as it would require
deeper changes.
2020-04-25 12:16:05 +02:00
..
__tests__ Code style improvements in JavaScript (#13159) 2020-03-08 16:02:36 +01:00
actions_modal.js Add noopener and/or noreferrer (#12202) 2019-10-24 22:44:42 +02:00
audio_modal.js Fix audio attachments opening in video modal from media tab in web UI (#12056) 2019-10-03 03:34:58 +02:00
block_modal.js Add explanation to mute dialog, refactor and clean up mute/block UI (#11992) 2019-09-29 21:46:05 +02:00
boost_modal.js Add noopener and/or noreferrer (#12202) 2019-10-24 22:44:42 +02: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 Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
compose_panel.js
confirmation_modal.js
document_title.js
drawer_loading.js
embed_modal.js Fix media editing modal and profile directory in light theme (#12059) 2019-10-03 03:17:29 +02:00
focal_point_modal.js Fix OCR with delete & redraft (#12465) 2019-11-25 01:42:51 +01:00
follow_requests_nav_link.js Add follow_request notification type (#12198) 2019-12-01 17:25:29 +01:00
image_loader.js
link_footer.js Add noopener and/or noreferrer (#12202) 2019-10-24 22:44:42 +02:00
list_panel.js
media_modal.js Add announcements (#12662) 2020-01-23 22:00:13 +01:00
modal_loading.js
modal_root.js Fix audio attachments opening in video modal from media tab in web UI (#12056) 2019-10-03 03:34:58 +02:00
mute_modal.js Fix typo in mute confirmation dialog (#12044) 2019-10-01 23:55:11 +02:00
navigation_panel.js Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
notifications_counter_icon.js
report_modal.js
tabs_bar.js
upload_area.js
video_modal.js Fix expanded video player issues (#13541) 2020-04-25 12:16:05 +02:00
zoomable_image.js