Skip to content
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

Merged
merged 11 commits into from
Jun 21, 2022
Merged

[:frog:] Profile pages #640

merged 11 commits into from
Jun 21, 2022

Conversation

f0x52
Copy link
Contributor

@f0x52 f0x52 commented Jun 9, 2022

building upon restructure in #634

image

image

@f0x52
Copy link
Contributor Author

f0x52 commented Jun 9, 2022

deployed on https://gts-dev.pixie.town/@f0x

  • Fix mobile scaling / header size

@f0x52 f0x52 force-pushed the frogend-profile-pages branch from 56ed315 to 84f9f54 Compare June 19, 2022 18:47
<img src="{{.account.Header}}"/>
<img
src="{{.account.Header}}"
alt="{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s header"
Copy link
Contributor Author

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>
Copy link
Contributor Author

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>
Copy link
Contributor Author

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

@f0x52 f0x52 marked this pull request as ready for review June 19, 2022 19:33
@f0x52 f0x52 requested a review from tsmethurst June 19, 2022 19:33
@f0x52 f0x52 added the frontend Frontend-related stuff label Jun 19, 2022
@tsmethurst tsmethurst merged commit 7c6c0cd into main Jun 21, 2022
@tsmethurst tsmethurst deleted the frogend-profile-pages branch June 21, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend-related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants