lbry-desktop/ui
infiinte-persistence 18debf51cd FloatingPlayer: fix unusable volume slider in fp-mode
4913: Can't slide volume slider in pop out mode

I first tried to handle this at the floating player level, but it was impossible to hack there due to how 'react-draggable' works (it already moved the window before the "move" handler is called, so we can't do much).

Fix by overriding the dragging behavior of the videojs' VolumeBar class by not propagating the event further. It is odd that videojs didn't already do this, since it's SeekBar does stop the propagation.
2020-11-16 10:38:29 -05:00
..
component FloatingPlayer: fix unusable volume slider in fp-mode 2020-11-16 10:38:29 -05:00
constants cleanup from last PR 2020-11-13 15:54:00 -05:00
effects new layout 🕺 2020-09-29 17:12:32 -04:00
modal add basic message for thumbnail uploads 2020-11-11 22:49:41 -05:00
page clean up claim_search filters 2020-11-13 15:51:29 -05:00
redux pass language to authenticate 2020-11-16 10:31:06 -05:00
scss fix claim_search filter dropdown style 2020-11-16 10:19:50 -05:00
util delete util/homepage 2020-11-11 10:47:47 -05:00
analytics.js send nudge source to matomo 2020-11-13 11:07:31 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js return early for undefined i18n messages 2020-10-19 23:54:32 -04:00
index.jsx new layout 🕺 2020-09-29 17:12:32 -04:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js sync reducer stuff 2020-10-27 10:17:11 -04:00
rewards.js new lbc icon 2020-09-29 17:12:32 -04:00
store.js move splash animation out of settings 2020-11-09 13:37:51 -05:00