diff --git a/src/components/BookmarkViews/CardView.tsx b/src/components/BookmarkViews/CardView.tsx index 026eeebd..687be073 100644 --- a/src/components/BookmarkViews/CardView.tsx +++ b/src/components/BookmarkViews/CardView.tsx @@ -71,9 +71,6 @@ export const CardView: React.FC = ({ } }, [firstUrl, articleImage, instantPreview, ogImage]) - // Add loading state for images - const [imageLoading, setImageLoading] = useState(false) - const [imageError, setImageError] = useState(false) const triggerOpen = () => handleReadNow({ preventDefault: () => {} } as React.MouseEvent) @@ -117,11 +114,6 @@ export const CardView: React.FC = ({ onKeyDown={handleKeyDown} >
- {/* Bookmark type icon in top-left corner */} -
- -
-
{(cachedImage || firstUrl) && ( @@ -139,6 +131,9 @@ export const CardView: React.FC = ({ )}
+ + + {getInternalRoute() ? (