Skip to content

Commit 8588544

Browse files
committed
feat(metadata-admin): add collapsible inspector split-panel
1 parent 9f49988 commit 8588544

3 files changed

Lines changed: 306 additions & 51 deletions

File tree

packages/app-shell/src/console/AppContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export function AppContent({ extraRoutes, extraRoutesNoApp }: AppContentProps =
370370
<OnboardingWalkthrough />
371371
<ErrorBoundary>
372372
<Suspense fallback={<LoadingScreen />}>
373-
<RouteFader>
373+
<RouteFader className="h-full">
374374
<Routes>
375375
<Route path="/" element={<Navigate to={resolveLandingRoute(activeApp, { currentUserId: user?.id ?? null })} replace />} />
376376
{/* Metadata admin routes — declared BEFORE the generic

0 commit comments

Comments
 (0)