fix(channel): drop channel-constant sort options on the channel page

Subscribers and Channel-priority sorts are meaningless when the feed is scoped to one channel
(both are constant across its videos), so hide them there via a channelScoped flag on Feed.
The main feed keeps all sorts.
This commit is contained in:
npeter83 2026-06-30 04:37:00 +02:00
parent 78d81f81d0
commit c59b53a51b
2 changed files with 9 additions and 1 deletions

View file

@ -255,6 +255,7 @@ export default function ChannelPage({
onYtSearch={() => {}}
onExitYtSearch={() => {}}
onOpenChannel={onOpenChannel}
channelScoped
/>
{!ch?.subscribed && nextToken && (
<div className="flex justify-center pb-6">