diff --git a/dist/index.html b/dist/index.html index ec6bddf8..336e84ec 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,8 +5,8 @@ Markr - Nostr Bookmarks - - + +
diff --git a/src/components/BookmarkItem.tsx b/src/components/BookmarkItem.tsx index 1297e4b0..5cb3571f 100644 --- a/src/components/BookmarkItem.tsx +++ b/src/components/BookmarkItem.tsx @@ -79,9 +79,20 @@ export const BookmarkItem: React.FC = ({ bookmark, index, onS // Compact view rendering if (viewMode === 'compact') { + const handleCompactClick = () => { + if (hasUrls && onSelectUrl) { + onSelectUrl(extractedUrls[0]) + } + } + return (
-
+
{bookmark.isPrivate ? ( <> @@ -101,7 +112,7 @@ export const BookmarkItem: React.FC = ({ bookmark, index, onS {hasUrls && (