lbry-desktop/ui/redux/actions
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 clean 2021-07-15 17:48:02 -04:00
blocked.js Additional pop up menu options 2021-06-15 13:47:56 -04:00
coinSwap.js CoinSwap: websocket + multi-coin 2021-04-13 14:02:25 -04:00
comments.js Fix linked-comment scrolling 2021-10-01 15:51:05 +08:00
content.js Playlist fall out fixes (#7032) 2021-09-10 13:27:21 -04:00
file.js Pop up Menu Fixes and Improvements 2021-07-21 14:40:44 -04:00
livestream.js Livestream category improvements (#7115) 2021-09-24 10:26:21 -04:00
notifications.js Cleaned up notification constants 2021-07-08 11:21:24 +08:00
publish.js Feat publish replays on master (#5863) 2021-04-14 00:06:11 -04:00
reactions.js sync reducer stuff 2020-10-27 10:17:11 -04:00
reportContent.js Add 'ReportContent' actions/reducers/selectors 2021-04-21 10:49:31 -04:00
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 Playlist fall out fixes (#7032) 2021-09-10 13:27:21 -04:00
subscriptions.js Fix notification bell toast 2021-07-12 11:03:11 -04:00
sync.js Reload when auth token mismatch is detected (#6897) 2021-08-18 10:49:09 -04:00
tags.js sync reducer stuff 2020-10-27 10:17:11 -04:00
user.js youpos 2021-06-18 10:57:19 -04:00
websocket.js Livestream: implement Pinned Comments 2021-08-12 10:39:21 +08:00