improve loading screen for sessions

This commit is contained in:
Matt Hill
2021-08-19 16:00:10 -06:00
committed by Aiden McClelland
parent 038a7263f3
commit b27748b839

View File

@@ -11,11 +11,8 @@
<!-- loading -->
<ion-item-group *ngIf="loading">
<div *ngFor="let entry of ['first', 'second']">
<ion-item-divider>
<ion-skeleton-text animated style="width: 120px; height: 20px;"></ion-skeleton-text>
</ion-item-divider>
<div *ngFor="let entry of ['This Session', 'Other Sessions']">
<ion-item-divider>{{ entry }}</ion-item-divider>
<ion-item style="padding-bottom: 6px;">
<ion-avatar slot="start" style="margin-right: 30px;">
<ion-skeleton-text animated style="width: 40px; height: 40px; border-radius: 0;"></ion-skeleton-text>