lbry-desktop/ui/redux/selectors
infinite-persistence c71b90cecf
Fix linked-comment scrolling
I think this the best solution so far, at the expense of a slight delay in scrolling if the network call stalls.

- Added "fetching by ID" state so that we don't need to use the ugly N-retries method.
- `scrollIntoView` doesn't work if the element is already in the viewport, and the `scrollBy` adjustment doesn't take into account the y-position restoration that we perform on certain type of pages. Use `window.scrollTo` instead and taking into account current scroll position.
2021-10-01 15:51:05 +08:00
..
app.js
blocked.js Memoize 'mutedAndBlockedChannelIds' 2021-09-29 21:55:01 +08:00
coinSwap.js
comments.js Fix linked-comment scrolling 2021-10-01 15:51:05 +08:00
content.js Fix video embeds in comments not playing and resize issues (#7163) 2021-09-24 11:53:17 -04:00
file_info.js
livestream.js Livestream category improvements (#7115) 2021-09-24 10:26:21 -04:00
notifications.js
publish.js
reactions.js
reportContent.js
rewards.js Automatically claim initial rewards (new_user & email_verified) when … (#6807) 2021-08-18 12:34:24 -04:00
search.js Fix wrong 'recsysId' sent due to search-key mismatch 2021-10-01 10:46:26 +08:00
settings.js
subscriptions.js
sync.js
tags.js
user.js