Skip to content

Commit 5f0067c

Browse files
committed
Fixes
1 parent a4aed47 commit 5f0067c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

webview-ui/src/components/chat/BrowserSessionRow.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ interface BrowserSessionRowProps {
2121
onHeightChange: (isTaller: boolean) => void
2222
}
2323

24-
/*
25-
26-
- console logs will be aggregate up to that current page
27-
- while isbrowsing, disable next prev buttons and latest action if click use that as position instead of display state
28-
- action rows ui
29-
- pagination make look better
30-
- test cancel/abort session
31-
- test resume task
32-
*/
33-
3424
const BrowserSessionRow = memo((props: BrowserSessionRowProps) => {
3525
const { messages, isLast, onHeightChange, lastModifiedMessage } = props
3626
const prevHeightRef = useRef(0)

0 commit comments

Comments
 (0)