Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

About me --> #196

Open
github-actions bot opened this issue Mar 9, 2021 · 0 comments
Open

About me --> #196

github-actions bot opened this issue Mar 9, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Mar 9, 2021

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.scss

d82f0833e728b3f2c9910855e46b3c9807ba28de

@github-actions github-actions bot added the todo label Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants