lbry-desktop/ui/component/viewers/videoViewer
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
..
internal Show "unmute" option on videos automatically muted by browser. 2020-06-16 17:14:22 -04:00
index.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
view.jsx rename lbrytv to web 2020-05-25 17:21:02 -04:00