From 5f0067c915a897b805e5d708d8a6908995153673 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:40:40 -0400 Subject: [PATCH] Fixes --- webview-ui/src/components/chat/BrowserSessionRow.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/webview-ui/src/components/chat/BrowserSessionRow.tsx b/webview-ui/src/components/chat/BrowserSessionRow.tsx index ad101a5..ea32f11 100644 --- a/webview-ui/src/components/chat/BrowserSessionRow.tsx +++ b/webview-ui/src/components/chat/BrowserSessionRow.tsx @@ -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)