fix: show docs for capture list
This commit is contained in:
@@ -35,7 +35,7 @@ const ActionDescriptionBox = () => {
|
|||||||
const messages = [
|
const messages = [
|
||||||
{
|
{
|
||||||
stage: 'initial' as const,
|
stage: 'initial' as const,
|
||||||
text: 'Choose the capture mode',
|
text: 'Choose the ',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stage: 'pagination' as const,
|
stage: 'pagination' as const,
|
||||||
@@ -69,9 +69,9 @@ const ActionDescriptionBox = () => {
|
|||||||
} else if (getList) {
|
} else if (getList) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Typography variant="h6" gutterBottom>Capture Screenshot</Typography>
|
<Typography variant="h6" gutterBottom>Capture List</Typography>
|
||||||
<Typography variant="body1" gutterBottom>
|
<Typography variant="body1" gutterBottom>
|
||||||
Capture a partial or full page screenshot of the current page.
|
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>
|
</Typography>
|
||||||
<Box>
|
<Box>
|
||||||
{messages.map(({ stage, text }, index) => (
|
{messages.map(({ stage, text }, index) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user