lbry-desktop/ui/scss
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
..
component List own comments (#7171) 2021-10-01 08:10:27 -04:00
init Fix scrollbar in upgrade modal (#7076) 2021-09-13 11:35:26 -04:00
themes fix inconsistent theme css vars: fixes #6738 2021-07-29 22:26:26 -07:00
all.scss Add Channel Mention selection ability (#7151) 2021-09-30 17:30:32 -04:00
third-party.scss Revert lazy-loading videojs 2021-07-06 17:04:16 +08:00