Skip to content

StatusDetailMain.vue was missing several features that the feed Status.vue already had.#27

Merged
cbl merged 1 commit into
mainfrom
fix/status-detail
Apr 16, 2026
Merged

StatusDetailMain.vue was missing several features that the feed Status.vue already had.#27
cbl merged 1 commit into
mainfrom
fix/status-detail

Conversation

@cbl

@cbl cbl commented Apr 16, 2026

Copy link
Copy Markdown
Member

Fixed

  • No content warning support — used raw RichText instead of StatusContent, so CW/spoiler posts showed hidden content without warning. Now uses StatusContent with full spoiler toggle.
  • No link preview cardStatusCard was not rendered. Posts with link previews showed nothing.
  • Incomplete action menu — missing mute, block, block domain, report, and share. Also missing isRemoteUser prop so "Block domain" never appeared. All now wired through to useWebActions.

Changed

  • StatusDetailMain.vueRichTextStatusContent; added StatusCard; added missing emits and isRemoteUser/getDomain logic
  • @[acct]/[id]/index.vue — destructures and wires handleMute, handleBlock, handleBlockDomain, handleReport

@cbl cbl merged commit db8f9b3 into main Apr 16, 2026
2 checks passed
@cbl cbl deleted the fix/status-detail branch April 16, 2026 11:39
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