lbry-desktop/ui
infiinte-persistence 1cd18ac9f4 Inf-scroll: (1) Reset to top (2) Fix "page vs. results" being out of sync.
--- Issues:
(1) #-2669: Page does not restore to top when navigating new tags.

(2) "Encountered children with the same key" error (duplicate entries shown).
https://github.com/lbryio/lbry-desktop/issues/4367#issuecomment-645449206

--- Changes:
(1) Ignore the history if it's a new query (i.e. explicitly clicked). The BACK history will still behave as normal (doesn't reset to top).

(2) Previously, the `page` variable will continue to increment as you scroll and stay within the page (e.g. Trending vs New, or clicked another Tag). As you move between queries, we hit a scenario where `page` is significantly under or over the latest retrieved `claimSearchResult.length`. This messes up the rest of the code.

Fix by correcting the value of `page` according to the current `claimSearchResult.length` when necessary.
2020-06-22 09:31:05 -04:00
..
component Inf-scroll: (1) Reset to top (2) Fix "page vs. results" being out of sync. 2020-06-22 09:31:05 -04:00
constants handle language fetch failure 2020-06-18 12:19:21 -04:00
effects fix thumbnails on desktop 2020-06-03 13:49:44 -04:00
modal move repost icon to submit button instead of card for consistency 2020-06-18 12:19:21 -04:00
page Revert "improve channel update" 2020-06-19 13:10:34 -04:00
redux Revert "improve channel update" 2020-06-19 13:10:34 -04:00
scss only add gradient to bottom of channel cover 2020-06-18 12:19:21 -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
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
native.js
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