lbry-desktop/ui
infiinte-persistence 9d6af38a21 Persist trending selectors between tags.
---The issue:
When switching between tags, the selector defaults back to Trending even though you had another option already selected.

---Changes:
- 'orderParamUser' will store the last user state persistently. The persistent state is also made unique for each page (i.e. Your Tags and All Content will be unique).

- If the parent component passes in a specific order, that will be respected and will also become the new persisted value. One example is "Your Following", where it always starts at 'New'.

- Handled navigation history correctly
The test case:
   - Enter "Your Tags" (assume start at 'Trending')
   - Click 'New'
   - Click 'Top'
   - Back
   - Back (it should return to 'Trending')
As the top page history does not have any "?order=" value, we ended up with a no-op for the last Back. 'orderParamEntry' is added to handle this.
2020-06-16 16:36:23 -04:00
..
component Persist trending selectors between tags. 2020-06-16 16:36:23 -04:00
constants add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
effects fix thumbnails on desktop 2020-06-03 13:49:44 -04:00
modal add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
page add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
redux add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
scss adjust sizes 2020-06-16 16:24:12 -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 refactor lbrytv web server 2019-11-11 13:27:29 -05:00
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 refactor lbrytv web server 2019-11-11 13:27:29 -05:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
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