-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
[:frog:] Profile pages #640
Conversation
deployed on https://gts-dev.pixie.town/@f0x
|
56ed315
to
84f9f54
Compare
<img src="{{.account.Header}}"/> | ||
<img | ||
src="{{.account.Header}}" | ||
alt="{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s header" |
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.
This will be filled when users have the ability to describe their avatar/header
{{ end }} | ||
</div> | ||
<div class="basic"> | ||
<a href="{{.account.Avatar}}" class="avatar"><img src="{{.account.Avatar}}"></a> | ||
<a href="{{.account.Avatar}}" class="avatar"><img src="{{.account.Avatar}}" alt="{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s avatar"></a> |
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.
same here
@@ -1,4 +1,4 @@ | |||
<a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}"></a> | |||
<a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}" alt=""></a> |
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.
initial feedback i got was to not add it to every status entry, since it'd get rather repetitive
building upon restructure in #634