Add reorderable tabs with global persistence (#347)

This commit is contained in:
Gregory Schier
2026-01-05 14:58:16 -08:00
committed by GitHub
parent 412d7a7654
commit e818c349cc
12 changed files with 426 additions and 118 deletions

View File

@@ -211,6 +211,7 @@ export function HttpResponsePane({ style, className, activeRequestId }: Props) {
label="Response"
className="ml-3 mr-3 mb-3 min-h-0 flex-1"
tabListClassName="mt-0.5"
storageKey="http_response_tabs_order"
>
<TabContent value={TAB_BODY}>
<ErrorBoundary name="Http Response Viewer">