-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlighting comments #783
Comments
Quite a good idea. To implement this, it is required to add an event to the comments which listens for a click. Additionally a new table in the database is required, because the comment information (author, date of publish, text, likes,...) and the videoId are stored. And the data from the database is fetched when you load the comments and the videoId matches any comments. |
@efb4f5ff-1298-471a-8973-3d47447115dc
I'm not able to understand how we can highlight a comment in YouTube. Could you explain in detail. GIF or video is highly appreciable. |
Here is a video for u :)' NkRkYflvCw.mp4I dont know if this works on the app. It does work on the website. |
Thanks for the video. I don't know about this feature till now. |
@GilgusMaximus |
Sure. This should be no problem. Once the storing and loading is implemented, there really is no limit other than your disk size |
I would like to take up this task. Can you assign this to me @GilgusMaximus; please? |
Hi @ab-shrek i assigned u |
Came up with an initial patch although it does not handle removing the highlight from a comment. Is that something that you guys feel should be allowed too? In youtube, you can only highlight one comment, but this change intends to allow multiple comments to be highlighted for a video. This can easily increase over time. |
I think the initial PR should handle adding and removing on at least one highlight comment for each channel |
Is your feature request related to a usage problem(not a bug?)
In YT when u go to the comment section and click on the comment time stamp (timestamp is next to the username in FreeTube) for example 1 Day ago then the comment gets highlighted and get pinned to the top of the comment section even when u close the vid and come back later to rewatch.
This would be handy because if u want to rewatch the video the valuable information is still pinned at the top.
Describe the solution you'd like to see implemented
Click on the timestamp to highlight and dehighlight a comment.
Highlighted comments have priority over pinned ones by the channel owner.
Describe alternatives you've considered
None.
Screenshots
NkRkYflvCw.mp4
Additional context
None.
The text was updated successfully, but these errors were encountered: