Skip to content

Commit

Permalink
feat update team view
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Jan 23, 2024
1 parent 05e728a commit a78013d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/app/pages/team/team-detail/team.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ion-label> {{ "common.Mitgliederverwaltung" | translate}} </ion-label>
</ion-list-header>

<ion-item>
<ion-icon name="stats-chart-outline" slot="start"></ion-icon>
<ion-label> {{"common.average__age" | translate}} </ion-label>
<ion-note slot="end"> {{team.averageAge}}</ion-note>
</ion-item>

<ion-item detail="true" (click)="openMemberList()">
<ion-icon name="people-circle-outline" slot="start"></ion-icon>
<ion-label> Mitglieder </ion-label>
Expand All @@ -41,11 +47,7 @@
<ion-label> Administratoren </ion-label>
<ion-note slot="end">{{team['teamAdmins'].length}}</ion-note>
</ion-item>
<ion-item>
<ion-icon name="stats-chart-outline" slot="start"></ion-icon>
<ion-label> {{"common.average__age" | translate}} </ion-label>
<ion-note slot="end"> {{team.averageAge}}</ion-note>
</ion-item>

</ion-list>

<!-- <ion-list [inset]="true" *ngIf="team['teamRequests'].length > 0">
Expand Down

0 comments on commit a78013d

Please sign in to comment.