lbry-desktop/ui/redux/actions
infinite-persistence 1e4c79cf06 Don't clear all notifications when only 1 is clicked.
## Issue:
Closes 5515: All videos marked as read when clicking a single notification from notification list

## Change:
- Augment `doReadNotifications` to only clear the given IDs. If the argument is `null` or is not a valid array (e.g. when used as a click handlers, the click event object is passed in), all notifications will be cleared.

- Augment `NOTIFICATION_READ_COMPLETED` to only clear the given IDs.

## Notes:
- Wasn't sure of the API will fail if the ID is invalid, so I start from `unreadNotifications` first, then only filtering it further with the given ID. Otherwise, we could just skip the `unreadNotifications` filtering.
2021-03-08 11:41:04 -05: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 improve mobile style and initial blocked screen loading 2021-03-05 16:51:38 -05:00
content.js remove old import 2020-11-06 00:02:53 -05:00
file.js Fix URI comparison in 'doDeleteFileAndMaybeGoBack' 2021-02-25 15:38:04 -05:00
notifications.js Don't clear all notifications when only 1 is clicked. 2021-03-08 11:41:04 -05:00
publish.js enable 'discover' page for everyone 2020-11-16 14:11:52 -05:00
reactions.js sync reducer stuff 2020-10-27 10:17:11 -04:00
rewards.js remove paid content reward claim 2020-07-22 12:58:20 -04:00
search.js fix bad lighthouse results 2021-01-28 15:35:15 -05:00
settings.js sync again 2021-01-25 10:39:40 -05:00
subscriptions.js per channel notification settings 2020-11-02 14:13:13 -05:00
sync.js sync again 2021-01-25 10:39:40 -05:00
tags.js sync reducer stuff 2020-10-27 10:17:11 -04:00
user.js send perm url for referrals 2021-02-25 14:44:40 -05:00
websocket.js working 2020-12-16 10:52:22 -05:00