From 68396ad125fb80a60ecdc94dc41479a288e45217 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:13:33 -0700 Subject: [PATCH] Studio Hub: preview first README in split view feed and round status chips into pills (#6404) Co-authored-by: Unsloth --- .../frontend/src/features/hub/catalog/model-inspector.tsx | 2 +- studio/frontend/src/features/hub/hub-page.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/studio/frontend/src/features/hub/catalog/model-inspector.tsx b/studio/frontend/src/features/hub/catalog/model-inspector.tsx index 371d595ddc..0f244bce53 100644 --- a/studio/frontend/src/features/hub/catalog/model-inspector.tsx +++ b/studio/frontend/src/features/hub/catalog/model-inspector.tsx @@ -201,7 +201,7 @@ function StatusChip({ return ( { - if (allModelsView !== "split" || urlModel || isFeedMode) return; + if (allModelsView !== "split" || urlModel) return; // Use the filtered rows the master pane renders, not raw inventory, so the // preview never lands on a filtered-out row. const firstId = isDiscoverTab @@ -945,7 +946,6 @@ export function ModelsPage() { }, [ allModelsView, urlModel, - isFeedMode, isDiscoverTab, listRows, filteredCachedRows,