Skip to content

fix(issues): Render assigned user avatars from member list#115619

Open
scttcper wants to merge 1 commit into
masterfrom
scttcper/fix-assignee-avatars
Open

fix(issues): Render assigned user avatars from member list#115619
scttcper wants to merge 1 commit into
masterfrom
scttcper/fix-assignee-avatars

Conversation

@scttcper
Copy link
Copy Markdown
Member

#114658 stopped resolving named issue assignees through the full member payload, so custom avatars fell back to initials; #115554 tried to recover that by scanning the global member query cache, which made unrelated cached user detail responses crash in useMembers.

This removes that cache scan and hydrates the assignee badge from the member list AssigneeSelector already has. fixes JAVASCRIPT-39P3

The React Query member migration stopped resolving named assignees through the full member payload, so the issue list fell back to letter avatars even when upload or gravatar data was already loaded.

Use the member list that AssigneeSelector already has to hydrate the assigned user avatar locally, and remove the global useMembers cache scan that tried to paper over this from the hook.

Fixes JAVASCRIPT-39P3

Co-Authored-By: Codex GPT-5 <noreply@openai.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 15, 2026
@scttcper scttcper marked this pull request as ready for review May 15, 2026 05:40
@scttcper scttcper requested review from a team as code owners May 15, 2026 05:40
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.52%

@scttcper scttcper enabled auto-merge (squash) May 15, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant