mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-20 00:11:18 +00:00
* feat: add jump icon for newly created files - Add jump icon to newFileCreated tool case in ChatRow.tsx - Matches existing pattern from readFile case for consistent UX - Allows users to quickly open newly created files - Fixes issue #5736 * fix: remove duplicate file path display in newFileCreated case - Removed redundant ToolUseBlock that was showing file path twice - Added onJumpToFile prop to CodeAccordian component to support jump icon - Jump icon now appears in CodeAccordian header for newFileCreated files - Maintains consistent UX with existing file operations while avoiding duplication Fixes feedback from @daniel-lxs about duplicate elements being shown * fix: address PR feedback for jump icon on new files - Fix openFile message to use correct path format with './' prefix - Remove duplicate chevron icon when jump icon is present - Add aria-label for accessibility - Fix styling: use mr-1 to match progressStatus icon - Remove redundant margin style from jump icon --------- Co-authored-by: Roo Code <roo@roocode.com> Co-authored-by: Roo Code <roomote@roocode.com> Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| checkpoints | ||
| hooks | ||
| Announcement.tsx | ||
| AutoApprovedRequestLimitWarning.tsx | ||
| AutoApproveMenu.tsx | ||
| BatchDiffApproval.tsx | ||
| BatchFilePermission.tsx | ||
| BrowserSessionRow.tsx | ||
| ChatRow.tsx | ||
| ChatTextArea.tsx | ||
| ChatView.tsx | ||
| CheckpointWarning.tsx | ||
| CodebaseSearchResult.tsx | ||
| CodebaseSearchResultsDisplay.tsx | ||
| CodeIndexPopover.tsx | ||
| CommandExecution.tsx | ||
| CommandExecutionError.tsx | ||
| ContextCondenseRow.tsx | ||
| ContextMenu.tsx | ||
| ContextWindowProgress.tsx | ||
| EditModeControls.tsx | ||
| FollowUpSuggest.tsx | ||
| IconButton.tsx | ||
| IndexingStatusBadge.tsx | ||
| Markdown.tsx | ||
| McpExecution.tsx | ||
| Mention.tsx | ||
| MessageModificationConfirmationDialog.tsx | ||
| ModeSelector.tsx | ||
| ProfileViolationWarning.tsx | ||
| ProgressIndicator.tsx | ||
| ReasoningBlock.tsx | ||
| ShareButton.tsx | ||
| SystemPromptWarning.tsx | ||
| TaskActions.tsx | ||
| TaskHeader.tsx | ||
| TodoListDisplay.tsx | ||
| UpdateTodoListToolBlock.tsx | ||