mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
Rename component to "TodoTray" (#11469)
This commit is contained in:
committed by
GitHub
parent
d065c3ca53
commit
f425bd765b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user