mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: add library account screens
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
<ion-menu-button></ion-menu-button>
|
||||
</ion-buttons>
|
||||
<ion-title>{{
|
||||
'library.account.pages.checked_out.title' | translate | titlecase
|
||||
}}</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ng-container *ngIf="checkedOutItems">
|
||||
<stapps-paia-item
|
||||
*ngFor="let checkedOutItem of checkedOutItems"
|
||||
[item]="checkedOutItem"
|
||||
pageName="checked_out"
|
||||
>
|
||||
</stapps-paia-item>
|
||||
</ng-container>
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user