lbry-desktop/ui/redux/actions
infinite-persistence de6c6f9bfd
List own comments (#7171)
* Add option to pass in url-search params.

Impetus: allow linked comment ID and setting the discussion tab when clicking on the `ClaimPreview`.

* comment.list: fix typos and renamed variables

- Switch from 'author' to 'creator' to disambiguate between comment author and content author. For comment author, we'll use 'commenter' from now on.
- Corrected 'commenterClaimId' to 'creatorClaimId' (just a typo, no functional change).

* doCommentReset: change param from uri to claimId

This reduces one lookup as clients will always have the claimID ready, but might not have the full URI.

It was using URI previously just to match the other APIs.

* Add doCommentListOwn -- command to fetch own comments

Since the redux slice is set up based on content or channel ID (for Channel Discussion page), re-use the channel ID for the case of "own comments". We always clear each ID when fetching page-0, so no worries of conflict when actually browsing the Channel Discussion page.

* Comment: add option to hide the actions section

* Implement own-comments page

* Use new param to remove sort-pins-first.

comment.List currently always pushes pins to the top to support pagination. This new param removes this behavior.
2021-10-01 08:10:27 -04:00
..
app.js clean 2021-07-15 17:48:02 -04:00
blocked.js Additional pop up menu options 2021-06-15 13:47:56 -04:00
coinSwap.js CoinSwap: websocket + multi-coin 2021-04-13 14:02:25 -04:00
comments.js List own comments (#7171) 2021-10-01 08:10:27 -04:00
content.js Playlist fall out fixes (#7032) 2021-09-10 13:27:21 -04:00
file.js Pop up Menu Fixes and Improvements 2021-07-21 14:40:44 -04:00
livestream.js Livestream category improvements (#7115) 2021-09-24 10:26:21 -04:00
notifications.js Cleaned up notification constants 2021-07-08 11:21:24 +08:00
publish.js Feat publish replays on master (#5863) 2021-04-14 00:06:11 -04:00
reactions.js sync reducer stuff 2020-10-27 10:17:11 -04:00
reportContent.js Add 'ReportContent' actions/reducers/selectors 2021-04-21 10:49:31 -04:00
rewards.js Automatically claim initial rewards (new_user & email_verified) when … (#6807) 2021-08-18 12:34:24 -04:00
search.js Fix wrong 'recsysId' sent due to search-key mismatch 2021-10-01 10:46:26 +08:00
settings.js Playlist fall out fixes (#7032) 2021-09-10 13:27:21 -04:00
subscriptions.js Fix notification bell toast 2021-07-12 11:03:11 -04:00
sync.js Reload when auth token mismatch is detected (#6897) 2021-08-18 10:49:09 -04:00
tags.js sync reducer stuff 2020-10-27 10:17:11 -04:00
user.js youpos 2021-06-18 10:57:19 -04:00
websocket.js Livestream: implement Pinned Comments 2021-08-12 10:39:21 +08:00