diff --git a/apps/yaak-proxy/components/ProxyLayout.tsx b/apps/yaak-proxy/components/ProxyLayout.tsx index 9c60e466..c20f2b50 100644 --- a/apps/yaak-proxy/components/ProxyLayout.tsx +++ b/apps/yaak-proxy/components/ProxyLayout.tsx @@ -1,4 +1,4 @@ -import { HeaderSize, IconButton, SidebarLayout } from '@yaakapp-internal/ui'; +import { HeaderSize, IconButton, SidebarLayout, SplitLayout } from '@yaakapp-internal/ui'; import classNames from 'classnames'; import { useAtomValue } from 'jotai'; import { useState } from 'react'; @@ -124,7 +124,19 @@ export function ProxyLayout() { ) } > - + ( + + )} + secondSlot={({ style }) => ( +
+ Select a request to view details +
+ )} + /> );