Split layouts and things

This commit is contained in:
Gregory Schier
2024-02-02 12:41:37 -08:00
parent fdedb9bd28
commit d8948bb061
8 changed files with 126 additions and 98 deletions

View File

@@ -11,6 +11,8 @@ interface Props {
export function HttpRequestLayout({ style }: Props) {
return (
<SplitLayout
name="http_layout"
className="p-3"
style={style}
leftSlot={({ orientation, style }) => (
<RequestPane style={style} fullHeight={orientation === 'horizontal'} />