diff --git a/apps/extension/src/SideBar.tsx b/apps/extension/src/SideBar.tsx index 4cce9a17..34992386 100644 --- a/apps/extension/src/SideBar.tsx +++ b/apps/extension/src/SideBar.tsx @@ -7,17 +7,17 @@ import { TooltipProvider, TooltipTrigger, } from "./components/ui/tooltip"; -import { FilterSpaces } from "./components/FilterCombobox"; -import { - Dialog, - DialogContent, - DialogHeader, - DialogTitle, - DialogDescription, - DialogTrigger, - DialogFooter, - DialogClose, -} from "./components/ui/dialog"; +// import { FilterSpaces } from "./components/FilterCombobox"; +// import { +// Dialog, +// DialogContent, +// DialogHeader, +// DialogTitle, +// DialogDescription, +// DialogTrigger, +// DialogFooter, +// DialogClose, +// } from "./components/ui/dialog"; function sendUrlToAPI() { // get the current URL @@ -50,7 +50,7 @@ function SideBar({ jwt }: { jwt: string }) { const [isSendingData, setIsSendingData] = useState(false); - const [selectedSpaces, setSelectedSpaces] = useState([0, 1]); + // const [selectedSpaces, setSelectedSpaces] = useState([0, 1]); const [isImportingTweets, setIsImportingTweets] = useState(false); @@ -253,70 +253,67 @@ function SideBar({ jwt }: { jwt: string }) { ) : ( <> )} - - - - - - - - -

- {savedWebsites.includes(window.location.href) - ? "Added to memory" - : "Add to memory"} -

-
-
- + + + + + ) : ( + + + + )} + + {/* */} + + +

+ {savedWebsites.includes(window.location.href) + ? "Added to memory" + : "Add to memory"} +

+
+ + {/* Add to Memory @@ -345,7 +342,7 @@ function SideBar({ jwt }: { jwt: string }) { Cancel -
+ */}