From fee7a2a488125fe9d272054acda982047d1ccf29 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 06:50:27 +0530 Subject: [PATCH] feat: get list description --- src/components/molecules/ActionDescriptionBox.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index b0e0f343..7a8061d4 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -43,7 +43,12 @@ const ActionDescriptionBox = () => { } else if (getScreenshot) { return

Getting screenshot...

; } else if (getList) { - return

Getting list...

; + return ( + <> + Capture List + Hover over the list you want to extract. Once selected, you can hover over all texts inside the list you selected. Click to select them. + + ) } else { return (