mastodon/app/javascript/mastodon
ThibG ec2c516ab8 Various fixes regarding the video position slider (#8201)
* Prevent default event handling when clicking on the video position slider

This prevents accidental text selection when clicking on the position slider.

* Fix bug when clicking on video position slider before starting the video

* Slightly more aggressive video preloading

- Preload video metadata if the video is loaded in detailed view, as it is
  likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
  played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
  will play as soon as the mouse button is released, and video metadata is
  needed to properly seek into the video.
2018-08-14 21:51:17 +02:00
..
actions Public profile endorsements (accounts picked by profile owner) (#8146) 2018-08-09 09:56:53 +02:00
components Do not scroll up when modal is opened (#8095) 2018-07-29 16:52:06 +02:00
containers Remove protocol handler registration (#8127) 2018-08-08 21:12:45 +02:00
features Various fixes regarding the video position slider (#8201) 2018-08-14 21:51:17 +02:00
locales Added endorse strings, fixed footer 'developers' string (#8183) 2018-08-12 23:11:40 +02:00
middleware
reducers Fix crash when clicking “Show more/less for all” when a toot is not visible (#8118) 2018-08-11 11:52:53 +02:00
selectors Make whole-word filter regex consistent between Ruby and JS (#7987) 2018-07-10 03:01:50 +02:00
service_worker Disable service worker media cache and IndexedDB storage (#7932) 2018-07-03 19:50:18 +02:00
storage
store
utils Resize images by area instead of fixed dimensions (#8083) 2018-07-28 03:33:00 +02:00
.gitkeep
api.js
base_polyfills.js
common.js Upgrade webpack to version v4.x (#6655) 2018-07-14 03:56:41 +02:00
compare_id.js
extra_polyfills.js
initial_state.js Display Mastodon version in footer of web UI (#8013) 2018-07-14 03:56:34 +02:00
is_mobile.js
link_header.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js