This repository was archived by the owner on Jul 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
About me --> #196
Copy link
Copy link
Open
Labels
Description
About me -->
| <!-- // TODO: About me --> |
<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>
<div class="user-information">
<icon-calendar-day></icon-calendar-day>
<span> Member for {{user?.creation_date | timePassed}} </span>
</div>
<div class="user-information">
<icon-eye></icon-eye>
<span> {{user?.view_count | shortenNumber}} profile views </span>
</div>
<div class="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.scssd82f0833e728b3f2c9910855e46b3c9807ba28de
Reactions are currently unavailable