Create Todo List Tab (#11430)

This commit is contained in:
Tommaso Sciortino
2025-10-17 21:10:57 -07:00
committed by GitHub
parent 2ef38065c7
commit cd76b0b22d
12 changed files with 338 additions and 120 deletions

View File

@@ -120,6 +120,7 @@ export interface UIState {
activePtyId: number | undefined;
embeddedShellFocused: boolean;
showDebugProfiler: boolean;
showFullTodos: boolean;
}
export const UIStateContext = createContext<UIState | null>(null);