mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Fixes
This commit is contained in:
parent
a4aed4756a
commit
5f0067c915
1 changed files with 0 additions and 10 deletions
|
|
@ -21,16 +21,6 @@ interface BrowserSessionRowProps {
|
|||
onHeightChange: (isTaller: boolean) => void
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
- console logs will be aggregate up to that current page
|
||||
- while isbrowsing, disable next prev buttons and latest action if click use that as position instead of display state
|
||||
- action rows ui
|
||||
- pagination make look better
|
||||
- test cancel/abort session
|
||||
- test resume task
|
||||
*/
|
||||
|
||||
const BrowserSessionRow = memo((props: BrowserSessionRowProps) => {
|
||||
const { messages, isLast, onHeightChange, lastModifiedMessage } = props
|
||||
const prevHeightRef = useRef(0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue