From 3d652eee04d13ce992fbcce9a0fce53d52e99a07 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 1 Jan 2026 10:01:43 +0200 Subject: feat: add replace banner and attachment download (#2328) * feat: add replace banner and attachment download * add pdf preview in mobile app * fix menu order * fix comment --- apps/mobile/components/bookmarks/BookmarkLinkView.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/mobile/components/bookmarks/BookmarkLinkView.tsx') diff --git a/apps/mobile/components/bookmarks/BookmarkLinkView.tsx b/apps/mobile/components/bookmarks/BookmarkLinkView.tsx index e8a78029..ba4d5b0c 100644 --- a/apps/mobile/components/bookmarks/BookmarkLinkView.tsx +++ b/apps/mobile/components/bookmarks/BookmarkLinkView.tsx @@ -1,6 +1,7 @@ import { BookmarkLinkArchivePreview, BookmarkLinkBrowserPreview, + BookmarkLinkPdfPreview, BookmarkLinkReaderPreview, BookmarkLinkScreenshotPreview, } from "@/components/bookmarks/BookmarkLinkPreview"; @@ -31,5 +32,7 @@ export default function BookmarkLinkView({ return ; case "archive": return ; + case "pdf": + return ; } } -- cgit v1.2.3-70-g09d2