Rename component to "TodoTray" (#11469)

This commit is contained in:
Tommaso Sciortino
2025-10-19 05:22:01 -07:00
committed by GitHub
parent d065c3ca53
commit f425bd765b
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ import { useSettings } from '../contexts/SettingsContext.js';
import { ApprovalMode } from '@google/gemini-cli-core';
import { StreamingState } from '../types.js';
import { ConfigInitDisplay } from '../components/ConfigInitDisplay.js';
import { AnchoredTodoListDisplay } from './messages/Todo.js';
import { TodoTray } from './messages/Todo.js';
export const Composer = () => {
const config = useConfig();
@@ -130,7 +130,7 @@ export const Composer = () => {
</OverflowProvider>
)}
<AnchoredTodoListDisplay />
<TodoTray />
{uiState.isInputActive && (
<InputPrompt