mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
Merge pull request #229 from supermemoryai/fix/extension-nav
feat: Add "View" button for chrome extension
This commit is contained in:
commit
d2249d4def
1 changed files with 12 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue