lbry-desktop/ui
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
..
component Fix linked-comment scrolling 2021-10-01 15:51:05 +08:00
constants Fix linked-comment scrolling 2021-10-01 15:51:05 +08:00
effects Livestream category improvements (#7115) 2021-09-24 10:26:21 -04:00
modal i18n - ChannelMention and other fixes 2021-10-01 08:12:37 +08:00
page use homepage LATEST for following discover (#7185) 2021-09-29 15:22:46 -04:00
redux Fix linked-comment scrolling 2021-10-01 15:51:05 +08:00
scss Add Channel Mention selection ability (#7151) 2021-09-30 17:30:32 -04:00
util Fix wrong 'recsysId' sent due to search-key mismatch 2021-10-01 10:46:26 +08:00
analytics.js Fix stale recsys and fix watchman uncaught promise when videoPlayer is not initialized (#7014) 2021-09-03 11:29:23 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx bugfix 2021-07-29 12:58:25 -04:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
recsys.js Fix stale recsys and fix watchman uncaught promise when videoPlayer is not initialized (#7014) 2021-09-03 11:29:23 -04:00
reducers.js wip 2021-06-08 13:25:52 -04:00
rewards.js When a new reward is acquired, only close modals if the reward comes from reward_code 2021-01-08 08:16:41 -07:00
store.js sync edited playlists 2021-08-03 11:47:54 -04:00