mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
improve loading screen for sessions
This commit is contained in:
@@ -11,11 +11,8 @@
|
|||||||
|
|
||||||
<!-- loading -->
|
<!-- loading -->
|
||||||
<ion-item-group *ngIf="loading">
|
<ion-item-group *ngIf="loading">
|
||||||
<div *ngFor="let entry of ['first', 'second']">
|
<div *ngFor="let entry of ['This Session', 'Other Sessions']">
|
||||||
<ion-item-divider>
|
<ion-item-divider>{{ entry }}</ion-item-divider>
|
||||||
<ion-skeleton-text animated style="width: 120px; height: 20px;"></ion-skeleton-text>
|
|
||||||
</ion-item-divider>
|
|
||||||
|
|
||||||
<ion-item style="padding-bottom: 6px;">
|
<ion-item style="padding-bottom: 6px;">
|
||||||
<ion-avatar slot="start" style="margin-right: 30px;">
|
<ion-avatar slot="start" style="margin-right: 30px;">
|
||||||
<ion-skeleton-text animated style="width: 40px; height: 40px; border-radius: 0;"></ion-skeleton-text>
|
<ion-skeleton-text animated style="width: 40px; height: 40px; border-radius: 0;"></ion-skeleton-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user