Create Todo List Tab (#11430)

This commit is contained in:
Tommaso Sciortino
2025-10-17 21:10:57 -07:00
committed by GitHub
parent 0e586060bc
commit 2b089566f8
12 changed files with 338 additions and 120 deletions
@@ -120,6 +120,7 @@ export interface UIState {
activePtyId: number | undefined;
embeddedShellFocused: boolean;
showDebugProfiler: boolean;
showFullTodos: boolean;
}
export const UIStateContext = createContext<UIState | null>(null);