lbry-desktop/ui/component/viewers/videoViewer/internal/plugins
infinite-persistence 36ddc69c13
videojs: refactor i18n (breaking up 'events' file)
## Issue
I couldn't find where the i18n went because the "events" refactor is just as confusing as the original -- unrelated things are still lumped together in a file.

Also, factoring based on events isn't useful -- it is features that drive what events are needed, not the other way around. This forces features to register events here, and do other things elsewhere? It will be more intuitive to have a one-file-per-feature structure.

## Change
Use existing frameworks to encapsulate things to manageable units/features:
(1) the React useEffect files (can be used isolate out React features like 'tap-to-mute' handling).
(2) the videojs plugins framework.
2022-05-17 16:16:37 +08:00
..
videojs-hls-quality-selector Fix switch again 2022-04-26 20:28:54 -04:00
videojs-http-streaming--override Fix auto quality display 2022-04-26 08:18:41 -04:00
videojs-i18n videojs: refactor i18n (breaking up 'events' file) 2022-05-17 16:16:37 +08:00
videojs-mobile-ui Improve plugins format 2022-04-07 11:44:25 -04:00
videojs-overlay Fix warnings 2022-03-23 17:09:17 -04:00
videojs-recsys 1317: Log and send totalPlayingTime 2022-05-12 18:35:20 -04:00
canAutoplay.js MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00