From eef0e870d48a291e29be5d7941fcbfa5b359a554 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 16:36:32 +0200 Subject: [PATCH] fix(channel): hide the Source (search-results) filter on the channel-scoped feed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Source selector (organic / include-search / search-only) is a global-catalog concept — it picks how videos ENTERED the library. On a single channel's page the view is pinned to librarySource=all and would only offer a near-empty, confusing slice, so hide the selector there (the main feed keeps it). --- frontend/src/components/Feed.tsx | 46 +++++++++++++++++++------------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/Feed.tsx b/frontend/src/components/Feed.tsx index 37e0423..a2a76e5 100644 --- a/frontend/src/components/Feed.tsx +++ b/frontend/src/components/Feed.tsx @@ -552,25 +552,33 @@ export default function Feed({ ); })} -