lbry-desktop/ui
infiinte-persistence c957b159b1 Inf-scroll: Debounce before handling 'onscroll'.
---The bad scenario:
If you're at the bottom and you go up using UP_ARROW or HOME key, the coordinate is still at the bottom if we service the callback immediately. This causes 'contentWrapperAtBottomOfPage' to be true and we ended up incrementing the page unnecessarily (even for searches that no longer yield any extra results).

---Fix:
Fix by adding a delay. The value can probably be fine-tuned further.
2020-06-16 16:59:00 -04:00
..
component Inf-scroll: Debounce before handling 'onscroll'. 2020-06-16 16:59:00 -04:00
constants add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -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 adjust sizes 2020-06-16 16:24:12 -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