This commit is contained in:
Saoud Rizwan
2024-10-28 05:40:40 -04:00
parent a4aed4756a
commit 5f0067c915

View File

@@ -21,16 +21,6 @@ interface BrowserSessionRowProps {
onHeightChange: (isTaller: boolean) => void 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 BrowserSessionRow = memo((props: BrowserSessionRowProps) => {
const { messages, isLast, onHeightChange, lastModifiedMessage } = props const { messages, isLast, onHeightChange, lastModifiedMessage } = props
const prevHeightRef = useRef(0) const prevHeightRef = useRef(0)