mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* Taskheader * Subtask messages * View subtask * subtasks in history items * i18n * Table * Lighter visuals * bug * fix: Align tests with implementation behavior * refactor: extract CircularProgress component from TaskHeader - Created reusable CircularProgress component for displaying percentage as a ring - Moved inline SVG calculation from TaskHeader.tsx to dedicated component - Added comprehensive tests for CircularProgress component (14 tests) - Component supports customizable size, strokeWidth, and className - Includes proper accessibility attributes (progressbar role, aria-valuenow) * chore: update StandardTooltip default delay to 600ms As mentioned in the PR description, increased the tooltip delay to 600ms for less intrusive tooltips. The delay is still configurable via the delay prop for components that need a different value. --------- Co-authored-by: Roo Code <roomote@roocode.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| BatchDeleteTaskDialog.tsx | ||
| CopyButton.tsx | ||
| DeleteButton.tsx | ||
| DeleteTaskDialog.tsx | ||
| ExportButton.tsx | ||
| HistoryPreview.tsx | ||
| HistoryView.tsx | ||
| SubtaskCollapsibleRow.tsx | ||
| SubtaskRow.tsx | ||
| TaskGroupItem.tsx | ||
| TaskItem.tsx | ||
| TaskItemFooter.tsx | ||
| types.ts | ||
| useGroupedTasks.ts | ||
| useTaskSearch.ts | ||