feat: text & ss button
This commit is contained in:
@@ -8,6 +8,7 @@ import { SimpleBox } from "../atoms/Box";
|
|||||||
import Typography from "@mui/material/Typography";
|
import Typography from "@mui/material/Typography";
|
||||||
import { useGlobalInfoStore } from "../../context/globalInfo";
|
import { useGlobalInfoStore } from "../../context/globalInfo";
|
||||||
import { PairForEdit } from "../../pages/RecordingPage";
|
import { PairForEdit } from "../../pages/RecordingPage";
|
||||||
|
import { useActionContext } from '../../context/browserActions';
|
||||||
|
|
||||||
interface RightSidePanelProps {
|
interface RightSidePanelProps {
|
||||||
pairForEdit: PairForEdit;
|
pairForEdit: PairForEdit;
|
||||||
@@ -79,6 +80,9 @@ export const RightSidePanel = ({pairForEdit}: RightSidePanelProps) => {
|
|||||||
)
|
)
|
||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<Button variant="contained">Capture Text</Button>
|
||||||
|
<Button variant="contained">Capture Screenshot</Button>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user