lbry-desktop/ui/component/router
infiinte-persistence d8787cb4c5 Handle scrolling for ClaimListDiscover that exists in the middle of a page.
## Issue
5090: When sorting channels, switching between Trending/Top/New returns viewer to the top of the page

## Approach
- Add an optional parameter to `ClaimListDiscover/Header` to add an additional anchor ID when building a new search URL.
- Clients then add the anchor ID on the desired location.
- The code that handles the scrolling then checks if the `location` contains an anchor hash. If it does, we'll scroll to that element; else, the existing behavior will be used.
2020-12-08 16:01:32 -05:00
..
index.js initial PR for custom homepages - take 2 2020-11-10 12:08:19 -05:00
view.jsx Handle scrolling for ClaimListDiscover that exists in the middle of a page. 2020-12-08 16:01:32 -05:00