Show author profile pictures in feed + boards (not just initials)#508
Merged
Conversation
TestFlight feedback (6/16): "profile pictures do not appear in some areas." Avatars are stored as absolute URLs, but the board/feed post mappers never carried the author's image through to the UI, so every post and reply author rendered as initials. Thread profileImage end to end: - PersonSummary gains an optional `image` - boardPostToMessage (feed + center/event boards) and authorFromUser (own optimistic posts) populate it from the author's profileImage - the four author Avatar render sites (PostThread post + reply, FeedPostCard, ThreadPanel) pass `image` so the photo shows with the initials fallback intact Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying chinmaya-janata with
|
| Latest commit: |
b297af2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b87c5bb6.project-janatha.pages.dev |
| Branch Preview URL: | https://fix-feed-board-author-avatar.project-janatha.pages.dev |
KishParikh13
added a commit
that referenced
this pull request
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
From Abhiram's 6/16 TestFlight feedback: "profile pictures do not appear in some areas." Avatars are stored as absolute URLs, but the board/feed post mappers dropped the author's image — so every post/reply author rendered as initials only in the feed, center boards, and event boards.
Fix
Threads
profileImagefrom the API author all the way to the<Avatar>:PersonSummarygains an optionalimageboardPostToMessage(feed + boards) andauthorFromUser(own optimistic posts) populate it fromauthor.profileImagePostThread(post + reply),FeedPostCard,ThreadPanel— passimage, keeping the initials fallback when there's no photobuildFeedPostFromMessagealready spreads the author, so the feed list picks it up automatically.Not in scope (other TestFlight items)
Linkingon iOS (index.tsx:242), and feat(ux): header icon spacing, admin on iOS, invite-into-auth #501/feat(admin): mobile-responsive admin dashboard #502 (mobile-responsive admin) merged right after the report.'system'to nativewind) reverses a documented Android-startup-crash workaround (ThemeContext.tsx:130-132) — needs on-device Android verification, not a safe blind change. Flagged separately.Switch, no JS-side fix (adjacent to existing Decide whether notification theming cleanup is worth rebuilding #477).Test plan
npm run typecheckfrontend clean