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

About me --> #196

@github-actions

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions