From 6673d478c263a663ff6f4c2ff681d19b959584f0 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 7 May 2026 06:32:14 +0200 Subject: [PATCH] Hide feed channel filter strip on tvOS The horizontal channel chip strip looks awkward on tvOS and the focus interaction is clunky. Drop it from the tvOS branch of InstanceBrowseView; other platforms keep it. --- Yattee/Views/Instances/InstanceBrowseView.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Yattee/Views/Instances/InstanceBrowseView.swift b/Yattee/Views/Instances/InstanceBrowseView.swift index cce71133..eb46d0c9 100644 --- a/Yattee/Views/Instances/InstanceBrowseView.swift +++ b/Yattee/Views/Instances/InstanceBrowseView.swift @@ -170,11 +170,6 @@ struct InstanceBrowseView: View { .padding() } - // Feed channel filter strip (hidden during search) - if selectedTab == .feed && !feedSubscriptions.isEmpty && !isInSearchMode { - feedChannelFilterStrip - } - // Content Group { if isInSearchMode, let vm = searchViewModel {