lbry-desktop/ui
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
..
component style pass 2021-04-08 12:40:07 -04:00
constants Add new notification filter api params 2021-04-08 14:28:21 -04:00
effects fix bad lighthouse results 2021-01-28 15:35:15 -05:00
modal review changes 2021-04-05 13:26:52 -04:00
page style pass 2021-04-07 12:08:17 -04:00
redux Augment doNotificationList to get a filtered list. 2021-04-08 14:28:21 -04:00
scss style pass 2021-04-08 12:40:07 -04:00
util Search: infinite scroll 2021-04-07 12:08:17 -04:00
analytics.js style pass 2021-04-07 12:08:17 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js New moderation tools: block & mute (#5572) 2021-03-03 13:50:16 -05:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx When a new reward is acquired, only close modals if the reward comes from reward_code 2021-01-08 08:16:41 -07: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
reducers.js sync reducer stuff 2020-10-27 10:17:11 -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 New moderation tools: block & mute (#5572) 2021-03-03 13:50:16 -05:00