You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
<div[ngSwitch]="section"><div*ngSwitchCase="'profile'"><div*ngIf="user?.location" class="user-information"><icon-map-marker></icon-map-marker><span> {{user?.location}} </span></div><div*ngIf="user?.website_url" class="user-information"><icon-browser></icon-browser><span> {{user?.website_url}} </span></div><divclass="user-information"><icon-calendar-day></icon-calendar-day><span> Member for {{user?.creation_date | timePassed}} </span></div><divclass="user-information"><icon-eye></icon-eye><span> {{user?.view_count | shortenNumber}} profile views </span></div><divclass="user-information"><icon-clock></icon-clock><span> Last seen {{user?.last_access_date | timePassed}} </span></div><!-- // TODO: About me --><!-- Temporary untill i finish the user page --><pre*ngIf="isDevelopment">
{{ user | json}}
</pre></div><div*ngSwitchCase="'activity'"><reputation-chart[show]="chartReady" [chart]="reputationChart"></reputation-chart></div></div></ion-content>
ndex e69de29b..dea608af 100644
++ b/src/app/pages/user/user.page.scss
About me -->
stack-app/src/app/pages/user/user.page.html
Line 83 in 4525c32
d82f0833e728b3f2c9910855e46b3c9807ba28de