mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-26 05:50:56 -07:00
Create Todo List Tab (#11430)
This commit is contained in:
committed by
GitHub
parent
2ef38065c7
commit
cd76b0b22d
@@ -120,6 +120,7 @@ export interface UIState {
|
||||
activePtyId: number | undefined;
|
||||
embeddedShellFocused: boolean;
|
||||
showDebugProfiler: boolean;
|
||||
showFullTodos: boolean;
|
||||
}
|
||||
|
||||
export const UIStateContext = createContext<UIState | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user