feat: get list description
This commit is contained in:
@@ -43,7 +43,12 @@ const ActionDescriptionBox = () => {
|
|||||||
} else if (getScreenshot) {
|
} else if (getScreenshot) {
|
||||||
return <p>Getting screenshot...</p>;
|
return <p>Getting screenshot...</p>;
|
||||||
} else if (getList) {
|
} 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 {
|
} else {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user