feat: Add "View" button for chrome extension

This commit is contained in:
MaheshtheDev 2024-08-06 21:56:41 -07:00
parent c526decffc
commit 4c4a53d57f

View file

@ -229,6 +229,18 @@ export default function ContentApp({
if (rep.status === 200) {
toast({
title: "Saved to supermemory.ai",
action: (
<button
onClick={() => {
window.open(
`https://supermemory.ai`,
"_blank",
);
}}
>
View
</button>
),
});
} else {
toast({