lbry-desktop/ui
infiinte-persistence a20ea08ac7 Show "unmute" option on videos automatically muted by browser.
Implementation:
- The code is placed in <VideoJs> instead of <VideoViewer> as we need to control the video itself. It's more self-contained here, rather than trying to pass refs around between parent and child.
- useState cannot be used as it will cause a re-render when the hint it clicked and dismissed. The DOM is used to hide the button.
2020-06-16 17:14:22 -04:00
..
component Show "unmute" option on videos automatically muted by browser. 2020-06-16 17:14:22 -04:00
constants Show "unmute" option on videos automatically muted by browser. 2020-06-16 17:14:22 -04:00
effects fix thumbnails on desktop 2020-06-03 13:49:44 -04:00
modal add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
page Publish: Make 'Channel' setting persistent. 2020-06-16 16:36:23 -04:00
redux add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
scss Show "unmute" option on videos automatically muted by browser. 2020-06-16 17:14:22 -04:00
util add @MH to paid content beta 2020-06-02 10:50:34 -04:00
analytics.js strip ga calls 2020-06-02 16:52:34 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js app plays embed in iframe 2020-01-28 10:20:54 -05:00
index.jsx add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
logWarningConsoleMessage.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
rewards.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
store.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00