-
Notifications
You must be signed in to change notification settings - Fork 887
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
Fix hide/show channel in ft-list-video #5149
Fix hide/show channel in ft-list-video #5149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works like intended but this PR does remove the channel icon in the blocklist
It doesn't remove it per se, the distraction free settings just no longer fetches it for some reason, when the channel is hidden through the dropdown. I need to figure out why. |
Fixed it. Turns out it was two issues, firstly it was only fetching the thumbnail if the channel name wasn't set, so I've made it check if the thumbnail URL is missing too and secondly it was randomly failing because it wasn't parsing the channel header correctly. |
For Testing section (6) do you mean I also tested show channel item actually removes channel from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Unrelated issue(?): hiding a channel in recommended videos does not cause the videos from those channels to be hidden automatically; you have to change routes for it to take effect
12e6cb3
12e6cb3
to
e239adc
Compare
Don't code at night (I pushed to the wrong branch because I mistyped my |
@PikachuEXE Yes |
* development: Fix channel sort values to show the values they are (FreeTubeApp#5162) Translated using Weblate (Russian) Translated using Weblate (French) Quick bookmark button RTL & hover fixes (FreeTubeApp#5157) Use addVideo instead of addVideos for quick bookmark button (FreeTubeApp#5168) Cache quick bookmark playlist to reduce the amount of lookups (FreeTubeApp#5169) Translated using Weblate (Arabic) Translated using Weblate (Indonesian) Fix hide/show channel in ft-list-video (FreeTubeApp#5149) # Conflicts: # src/renderer/components/ft-list-video/ft-list-video.js # src/renderer/components/watch-video-info/watch-video-info.js
Fix hide/show channel in ft-list-video
Pull Request Type
Related issue
Description
The
ft-list-video
component was never updated to the new (well not very new anymore) structure of the hidden channels. This pull request corrects that so that it now works as expected.Testing
(Adapted from the bug reproduction steps in the linked issue)
Hide Channel
Hide Channel
Desktop