Monorepo for Tangled tangled.org

appview/pages: render a placeholder avatar when there's no did #896

merged opened by anirudh.fi targeting master from icy/tolqpt
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:hwevmowznbiukdf6uk5dwrrq/sh.tangled.repo.pull/3m7zpneazn422
+1
Interdiff #1 #2
+1
appview/pages/funcmap.go
··· 421 422 func (p *Pages) AvatarUrl(handle, size string) string { 423 handle = strings.TrimPrefix(handle, "@") 424 handle = p.resolveDid(handle) 425 426 secret := p.avatar.SharedSecret
··· 421 422 func (p *Pages) AvatarUrl(handle, size string) string { 423 handle = strings.TrimPrefix(handle, "@") 424 + 425 handle = p.resolveDid(handle) 426 427 secret := p.avatar.SharedSecret
appview/pages/templates/repo/commit.html

This file has not been changed.

appview/pages/templates/repo/index.html

This patch was likely rebased, as context lines do not match.

appview/pages/templates/repo/log.html

This file has not been changed.

History

6 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
3/3 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
3/3 success
expand
expand 0 comments
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
3/3 success
expand
expand 0 comments
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
3/3 success
expand
expand 0 comments
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
expand 0 comments
1 commit
expand
appview/pages: render a placeholder avatar when there's no did
expand 1 comment

stack looks good to me!

Haven't tested yet. I should configure avatar service in my local setup to test this.