Skip to content

Hide preview card when post has media#35

Merged
cbl merged 1 commit into
mainfrom
feat/link-image
Apr 23, 2026
Merged

Hide preview card when post has media#35
cbl merged 1 commit into
mainfrom
feat/link-image

Conversation

@cbl

@cbl cbl commented Apr 23, 2026

Copy link
Copy Markdown
Member

Posts with both media and a link preview showed the attached image and the card's OG image — often the same image, always visual duplication.

Fix

Hide the preview card when the post has media attachments. Matches Twitter/X, Bluesky, Threads, Ivory. The link in the post text remains clickable.

  • Status.vue — card v-if gains displayStatus.mediaAttachments.length === 0.
  • StatusDetailMain.vue — same guard on the detail view.

@cbl cbl merged commit fd5d27c into main Apr 23, 2026
2 checks passed
@cbl cbl deleted the feat/link-image branch April 23, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant