You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
I have read and understood the AI policy. The content of this request is not generated by AI.
Feature description
FeedFragment provides the option to hide upcoming and fully-/partially-watched videos. I would like a similar dialog in ChannelFragment. This will de-clutter the feed as well as make both feeds consistent.
Probably should have separate (but global) pref keys for the channel feed (for example, add a new channel_feed_show_partially_watched_items_key instead of reusing feed_show_partially_watched_items_key).
Why do you want this feature?
Discovering old/unwatched videos from a channel currently requires scrolling for miles.
Why is the feature relevant to this fork?
Upstream is not accepting new features in the current stable version.
Additional information
I'd be happy to develop this feature, if it's green-lit.
Edit: After reviewing the codebase (especially the differences between the two fragments)... I will probably need some guidance.
Checklist
Feature description
FeedFragmentprovides the option to hide upcoming and fully-/partially-watched videos. I would like a similar dialog inChannelFragment. This will de-clutter the feed as well as make both feeds consistent.Probably should have separate (but global) pref keys for the channel feed (for example, add a new
channel_feed_show_partially_watched_items_keyinstead of reusingfeed_show_partially_watched_items_key).Why do you want this feature?
Discovering old/unwatched videos from a channel currently requires scrolling for miles.
Why is the feature relevant to this fork?
Upstream is not accepting new features in the current stable version.
Additional information
I'd be happy to develop this feature, if it's green-lit.
Edit: After reviewing the codebase (especially the differences between the two fragments)... I will probably need some guidance.