Skip to content

feat(ui): rename ToDo to Tasks in the list tray component#22279

Closed
aniruddhaadak80 wants to merge 2 commits into
google-gemini:mainfrom
aniruddhaadak80:fix-todo-tray-label
Closed

feat(ui): rename ToDo to Tasks in the list tray component#22279
aniruddhaadak80 wants to merge 2 commits into
google-gemini:mainfrom
aniruddhaadak80:fix-todo-tray-label

Conversation

@aniruddhaadak80

@aniruddhaadak80 aniruddhaadak80 commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Fixes #22203

Description

This PR updates the UI of the list tray component to rename the title from \Todo\ to \Tasks.

Changes

  • Changed the \ itle\ prop of the \Checklist\ component in \packages/cli/src/ui/components/messages/Todo.tsx\ from \Todo\ to \Tasks.
  • Updated the associated snapshot tests in \Todo.test.tsx\ to reflect the new label.

@aniruddhaadak80 aniruddhaadak80 requested a review from a team as a code owner March 13, 2026 07:09
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the user interface by changing the label 'Todo' to 'Tasks' in the list tray component. This change aims to improve clarity and consistency in the application's terminology, providing a more intuitive experience for users managing their items.

Highlights

  • UI Renaming: Renamed the 'Todo' title to 'Tasks' within the Checklist component in the TodoTray.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request renames the 'Todo' list title to 'Tasks' in the UI. While the change itself is correct, the refactoring is incomplete and leaves the codebase in an inconsistent state. Numerous related identifiers across multiple files still use 'Todo', including component names (TodoTray), state properties (showFullTodos), commands (Command.SHOW_FULL_TODOS), and the core tool and types (write_todos, Todo). To improve maintainability and prevent confusion, all these occurrences should be renamed to 'Tasks'. I recommend either expanding this PR to cover these changes or creating a follow-up ticket to track this refactoring work.

Comment thread packages/cli/src/ui/components/messages/Todo.tsx
@gemini-cli gemini-cli Bot added the area/core Issues related to User Interface, OS Support, Core Functionality label Mar 13, 2026
@gemini-cli gemini-cli Bot added the 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item. label Mar 19, 2026
@gemini-cli gemini-cli Bot added priority/p3 Backlog - a good idea but not currently a priority. priority/p2 Important but can be addressed in a future release. labels May 8, 2026
@sripasg sripasg added the size/xs An extra small PR label Jun 2, 2026
@aniruddhaadak80

Copy link
Copy Markdown
Contributor Author

Resolved conflicts. Regarding the AI review: I will create a follow-up ticket for the full refactor to avoid making overly broad changes in this PR. @maintainers PTAL!

@github-actions

github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown

📊 PR Size: size/S

  • Lines changed: 20
  • Additions: +10
  • Deletions: -10
  • Files changed: 2

@github-actions github-actions Bot added the size/s A small PR label Jun 29, 2026
@aniruddhaadak80

Copy link
Copy Markdown
Contributor Author

Closing as the linked issue is marked as maintainer only and closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Issues related to User Interface, OS Support, Core Functionality 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item. priority/p2 Important but can be addressed in a future release. priority/p3 Backlog - a good idea but not currently a priority. size/s A small PR size/xs An extra small PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename ToDo to Tasks in the list tray functionality

2 participants