-
Notifications
You must be signed in to change notification settings - Fork 608
Pull Request Detail GitHub Enterprise Avatars #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…holder if it does not
margin-right: 0; | ||
} | ||
|
||
body img.avatar { | ||
body img.avatar, | ||
body span.avatar-icon svg { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we decide to use a conditional filter: invert(100%);
rule here, to get the default avatar icon to align with the theme?
I can make that change, actually. Thanks for DI'ing the change :) |
this._repositoryReturnsAvatar = true; | ||
} | ||
|
||
this._repositoryReturnsAvatar = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StanleyGoldman I think we're missing an else
here, or a return in the 200 check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'll send a PR to fix this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related to #416
This pull request merged the work from #1121 into #1096 and builds upon it
This corrects the display of user avatars on GitHub Enterprise in a Pull Request Detail
Depends on
https://github.com/Microsoft/vscode-pull-request-github/blob/1fa13ebb1bc50e946c27d55aec12c6ac90add710/preview-src/user.tsx#L5-L8