{cover ? ( ) : ( )} {r.badgeLabel ? ( {r.badgeLabel} ) : null} {displayTitle} {displayCategoryName} · {dateStr} {dl ? ( { e.preventDefault(); e.stopPropagation(); if (isDownloading) return; setIsDownloading(true); try { if (r.downloadPostId && r.downloadAttachmentId) { await downloadAttachment( r.downloadPostId, r.downloadAttachmentId, displayTitle, ); return; } await downloadFile(dl, displayTitle); } catch { /* ignore */ } finally { setIsDownloading(false); } }} > {isDownloading ? ( ) : ( )} ) : null}