From b147c8e5df75bdeafb1f0eeb2e6ce08e0dec7e37 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 5 Oct 2024 18:16:19 +0000 Subject: feature: Persevere the source URL of clipped texts from the extension. Fixes #448 --- apps/web/components/dashboard/bookmarks/LinkCard.tsx | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'apps/web/components/dashboard/bookmarks/LinkCard.tsx') diff --git a/apps/web/components/dashboard/bookmarks/LinkCard.tsx b/apps/web/components/dashboard/bookmarks/LinkCard.tsx index dc189b10..86eed9e7 100644 --- a/apps/web/components/dashboard/bookmarks/LinkCard.tsx +++ b/apps/web/components/dashboard/bookmarks/LinkCard.tsx @@ -6,10 +6,12 @@ import Link from "next/link"; import type { ZBookmarkTypeLink } from "@hoarder/shared/types/bookmarks"; import { getBookmarkLinkImageUrl, + getSourceUrl, isBookmarkStillCrawling, } from "@hoarder/shared-react/utils/bookmarkUtils"; import { BookmarkLayoutAdaptingCard } from "./BookmarkLayoutAdaptingCard"; +import FooterLinkURL from "./FooterLinkURL"; function LinkTitle({ bookmark }: { bookmark: ZBookmarkTypeLink }) { const link = bookmark.content; @@ -68,21 +70,6 @@ function LinkImage({ ); } -function LinkUrl({ bookmark }: { bookmark: ZBookmarkTypeLink }) { - const link = bookmark.content; - const parsedUrl = new URL(link.url); - return ( - - {parsedUrl.host} - - ); -} - export default function LinkCard({ bookmark: bookmarkLink, className, @@ -93,7 +80,7 @@ export default function LinkCard({ return ( } - footer={} + footer={} bookmark={bookmarkLink} wrapTags={false} image={(_layout, className) => ( -- cgit v1.2.3-70-g09d2