Open absidue opened 9 hours ago
Would we want to use a different name than WatchVideoComments since it's also for Post comments? (I didn't rename it when I added post comments to avoid conflicts with the Piped PR but public piped instances aren't really functional anymore so the Piped PR is taking a backseat for now)
Sure what about either of these two names: FtComments or CommentSection? Or anything else you can come up with.
Either FtComments or CommentSection work for me :)
Done!
Migrate CommentSection to the composition API
Pull Request Type
Description
This pull request migrates the CommentSection component to the composition API. The component was renamed from
watch-video-comments
toCommentSection
as it is used on both the Watch and Post pages.Testing
Please test loading comments on both API backends, as well as loading more comments, loading replies and loading more replies. Occasionally Invidious will return a HTTP 429 error when the instance is ratelimited by YouTube, that is unrelated to this pull request.
Posts are only supported with the Invidious API but will work with the local API set as the primary API if backend fallback is enabled.
Desktop