blog: pin sidebar profile avatar locally (stop hotlinking GitHub) - #257
Closed
Jesssullivan wants to merge 1 commit into
Closed
blog: pin sidebar profile avatar locally (stop hotlinking GitHub)#257Jesssullivan wants to merge 1 commit into
Jesssullivan wants to merge 1 commit into
Conversation
ProfileSidebar hotlinked https://github.com/Jesssullivan.png since #20, so any change to the GitHub account picture instantly restyles prod. Vendor the current avatar (460x460 JPEG as served by GitHub) into static/images/profile-avatar.jpg and point both the compact and desktop sidebar imgs at it. Third-party request removed; future GitHub avatar changes no longer propagate silently.
Owner
Author
|
Closed as a preserved later UI asset donor. Avatar presentation is outside the current architecture tranche; the remote branch and vendored asset remain available for a future explicitly scoped visual PR. |
Jesssullivan
added a commit
that referenced
this pull request
Aug 13, 2026
…recut of #257) (#260) * fix(ui): pin sidebar profile avatar locally, stop hotlinking GitHub (recut of #257) ProfileSidebar hotlinked https://github.com/Jesssullivan.png since #20, so any change to the GitHub account picture instantly restyles prod. Vendor the current avatar (460x460 JPEG as served by GitHub) into static/images/profile-avatar.jpg and point both the compact and desktop sidebar imgs at it. Third-party request removed; future GitHub avatar changes no longer propagate silently. Recut of closed PR #257 (itself a recut of #233); donor branch recut/pin-profile-avatar, donor commit c284e6c. (cherry picked from commit c284e6c) * test(ui): assert pinned sidebar avatar
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.
Re-cut of #233 (closed in the 2026-08-12 board sweep) per operator ruling; original branch jess/pin-profile-avatar@4e6e68d.
Two-line pin of the sidebar profile avatar plus the vendored image (static/images/profile-avatar.jpg, 39067 bytes).