Skip to content

git_ui: Improve GitHub avatar display#56755

Merged
danilo-leal merged 1 commit into
mainfrom
improve-gh-avatar-display
May 14, 2026
Merged

git_ui: Improve GitHub avatar display#56755
danilo-leal merged 1 commit into
mainfrom
improve-gh-avatar-display

Conversation

@danilo-leal

Copy link
Copy Markdown
Member

We had a problem that became more evident to me in the newly-introduced History tab in the Git panel where the avatars wouldn't show up for a long time. Problem was that we were trying to render the avatar before the GitHub user email came in, and that wouldn't work well because it would 1) skip the fast CDN (which could get rate-limited fast), and 2) cache the None result. So this improvement works by only attempting to render the avatar when the email is available.

Release Notes:

  • Git UI: Improve the display of user avatars in Git-related surfaces.

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label May 14, 2026
@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label May 14, 2026
@danilo-leal danilo-leal enabled auto-merge May 14, 2026 14:30
@danilo-leal danilo-leal added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit e80b744 May 14, 2026
43 checks passed
@danilo-leal danilo-leal deleted the improve-gh-avatar-display branch May 14, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants