Add Channel Mention selection ability #7151

Merged
saltrafael merged 9 commits from channel-mention into master 2021-09-30 23:30:32 +02:00
saltrafael commented 2021-09-22 16:26:40 +02:00 (Migrated from github.com)

🟢 Live for testing on: https://salt.odysee.com

Fixes

Issue Number: Closes #5982

Peek 2021-09-22 10-54
Peek 2021-09-22 10-23

PR Checklist

Toggle...

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I added a line describing my change to CHANGELOG.md
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below
🟢 Live for testing on: https://salt.odysee.com ## Fixes Issue Number: Closes #5982 ![Peek 2021-09-22 10-54](https://user-images.githubusercontent.com/76502841/134357085-c4b66921-f929-43cd-a72f-8587ce245caa.gif) ![Peek 2021-09-22 10-23](https://user-images.githubusercontent.com/76502841/134351949-78f55c66-d06b-4ed4-bd2e-f5ebd9cbf49d.gif) ## PR Checklist <details><summary>Toggle...</summary> What kind of change does this PR introduce? - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: Please check all that apply to this PR using "x": - [X] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [X] I added a line describing my change to CHANGELOG.md - [ ] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below </details>
infinite-persistence (Migrated from github.com) reviewed 2021-09-22 16:26:40 +02:00
saltrafael commented 2021-09-22 19:09:59 +02:00 (Migrated from github.com)

Also I forgot to note but some values I chose arbitrarily, such as the height and width of the box, and the search amount (5 channels). Open to change if there are better options!

Also I forgot to note but some values I chose arbitrarily, such as the height and width of the box, and the search amount (5 channels). Open to change if there are better options!
jessopb (Migrated from github.com) approved these changes 2021-09-22 22:00:14 +02:00
@ -0,0 +95,4 @@
[customSelectAction, results]
);
React.useEffect(() => {
jessopb (Migrated from github.com) commented 2021-09-22 21:42:54 +02:00
https://github.com/lbryio/lbry-desktop/blob/master/ui/effects/use-throttle.js would this work here?
tzarebczan commented 2021-09-24 18:00:09 +02:00 (Migrated from github.com)
  • Noticing some longer names cut off:
    image

  • For large followed list, gotta scroll far down to see the recent commenters. Can we have a show all after a few between the sections?

  • please use the canonical URL when you can for channels. i.e. for @Styxhexenhammer666:25 it should just be @Styxhexenhammer666:2. Since we're resoving all, we should have it right?

- [x] Noticing some longer names cut off: ![image](https://user-images.githubusercontent.com/8120721/134705598-3975b9ff-fde5-45e0-9dc9-daca90a465db.png) - [ ] For large followed list, gotta scroll far down to see the recent commenters. Can we have a show all after a few between the sections? - [x] please use the canonical URL when you can for channels. i.e. for @Styxhexenhammer666:25 it should just be @Styxhexenhammer666:2. Since we're resoving all, we should have it right?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7151
No description provided.