From 4c4a53d57ff33fa2bd593eed9a69ff9975589174 Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Tue, 6 Aug 2024 21:56:41 -0700 Subject: [PATCH] feat: Add "View" button for chrome extension --- apps/extension/content/ContentApp.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/extension/content/ContentApp.tsx b/apps/extension/content/ContentApp.tsx index a510a77c..fb28925d 100644 --- a/apps/extension/content/ContentApp.tsx +++ b/apps/extension/content/ContentApp.tsx @@ -229,6 +229,18 @@ export default function ContentApp({ if (rep.status === 200) { toast({ title: "Saved to supermemory.ai", + action: ( + + ), }); } else { toast({