mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Extract ElapsedTime component to prevent parent re-renders - Add isExpanded prop to conditionally render markdown content - Implement content debouncing during streaming (~100ms) - Pass isExpanded from ChatRow to ReasoningBlock This addresses the performance regression where the 1Hz timer was causing excessive re-renders of the entire reasoning block component tree. Fixes #7999 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||