Skip to content

fix: show avatar and badges in reply placeholder composing state on mobile#4533

Merged
imorland merged 1 commit into2.xfrom
im/reply-placeholder-mobile-avatar
Apr 8, 2026
Merged

fix: show avatar and badges in reply placeholder composing state on mobile#4533
imorland merged 1 commit into2.xfrom
im/reply-placeholder-mobile-avatar

Conversation

@imorland
Copy link
Copy Markdown
Member

@imorland imorland commented Apr 8, 2026

Fixes #4513.

On mobile, the .Post-side .Post-avatar is hidden globally. The composing state of ReplyPlaceholder (rendered as article.CommentPost.editing) only places the avatar in Post-side, so it was invisible on mobile.

  • Un-hide the avatar in Post-side for .CommentPost.editing on mobile
  • Add display: grid to Post-container so side/main render side by side
  • Move badges into Post-side in ReplyPlaceholder.tsx and position them to overlap the avatar, matching the regular post appearance

@imorland imorland requested a review from a team as a code owner April 8, 2026 23:34
@imorland imorland modified the milestone: 2.0.0-rc.1 Apr 8, 2026
@imorland imorland merged commit 5765227 into 2.x Apr 8, 2026
25 checks passed
@imorland imorland deleted the im/reply-placeholder-mobile-avatar branch April 8, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2.x] Some issues with mobile display

1 participant