feat: get list description

This commit is contained in:
karishmas6
2024-10-19 06:50:27 +05:30
parent 3b8fb10020
commit fee7a2a488

View File

@@ -43,7 +43,12 @@ const ActionDescriptionBox = () => {
} else if (getScreenshot) {
return <p>Getting screenshot...</p>;
} else if (getList) {
return <p>Getting list...</p>;
return (
<>
<Typography variant="h6" gutterBottom>Capture List</Typography>
<Typography variant="body1" gutterBottom>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. </Typography>
</>
)
} else {
return (
<div>