A bunch of changes, including moving prompt/confirm out of context

This commit is contained in:
Gregory Schier
2025-01-07 06:56:51 -08:00
parent 4776bbc753
commit 2f7b66fc92
41 changed files with 315 additions and 353 deletions

View File

@@ -298,7 +298,6 @@ export const RequestPane = memo(function RequestPane({
);
const activeTab = activeTabs?.[activeRequestId];
console.log('ACTIVE TAB', activeTab);
const setActiveTab = useCallback(
(tab: string) => {
setActiveTabs((r) => ({ ...r, [activeRequest.id]: tab }));