lbry-desktop/ui/redux/selectors
infinite-persistence b8ec0c9967 Augment doNotificationList to get a filtered list.
Initially, the filtered list was done at the component level, and the list was simply a subset of `notifications`. But due to the limit issue explained in 5694, we now query the filtered list instead.

Considerations:
- The filtered list could contain items not listed in the 'All' list. We could add a string at the bottom of 'All' that says "not all items retrieved" if this confuses the user.
- The unseen count needs to be based on 'All' and not the filtered one, so that data needs to be stashed somehow (can't re-use the array).

Use 2 arrays for now instead of trying to accumulate "all" and "filtered" into 1 array.
2021-04-08 14:28:21 -04:00
..
app.js refactor 'active' channel usage across the app 2021-02-11 10:45:34 -05:00
blocked.js New moderation tools: block & mute (#5572) 2021-03-03 13:50:16 -05:00
comments.js use show mature selector (#5803) 2021-03-31 16:55:26 -04:00
content.js Fix broken video embed 2021-04-02 14:44:22 -04:00
file_info.js working 2020-12-16 10:52:22 -05:00
notifications.js Augment doNotificationList to get a filtered list. 2021-04-08 14:28:21 -04:00
publish.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reactions.js add file reactions code from odysee 2020-10-02 15:28:00 -04:00
rewards.js initial page view sets referring channel 2020-10-07 11:44:12 -04:00
search.js Search: infinite scroll 2021-04-07 12:08:17 -04:00
settings.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
subscriptions.js per channel notification settings 2020-11-02 14:13:13 -05:00
sync.js add fatal error handling when sync/get fails with unknown error 2020-11-13 14:48:04 -05:00
tags.js sync reducer stuff 2020-10-27 10:17:11 -04:00
user.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00