Roo-Code/webview-ui/src/components/history
Bruno Bergher 5848db66be
ux: Improve subtask visibility and navigation in history and chat views (#10864)
* 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>
2026-01-24 07:21:25 -05:00
..
__tests__ ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
BatchDeleteTaskDialog.tsx feat: batch clear history (#1596) 2025-03-18 09:33:25 -04:00
CopyButton.tsx fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -04:00
DeleteButton.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
DeleteTaskDialog.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
ExportButton.tsx fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -04:00
HistoryPreview.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
HistoryView.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
SubtaskCollapsibleRow.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
SubtaskRow.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
TaskGroupItem.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
TaskItem.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
TaskItemFooter.tsx ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
types.ts ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
useGroupedTasks.ts ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
useTaskSearch.ts fix: TaskItem display and copy issues with HTML tags in task messages. (#4444) 2025-06-11 23:50:56 -04:00