-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
537 additions
and
262 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<script lang="ts"> | ||
</script> | ||
|
||
<ion-item style="margin:1.5rem; height: 5rem" lines="none"> | ||
<ion-thumbnail slot="start"> | ||
<ion-skeleton-text animated /> | ||
</ion-thumbnail> | ||
<ion-label> | ||
<h5> | ||
<ion-skeleton-text animated style="width: 50%;" /> | ||
</h5> | ||
<h5> | ||
<ion-skeleton-text animated style="width: 70%;" /> | ||
</h5> | ||
</ion-label> | ||
<!-- <ion-thumbnail slot="end"> | ||
<ion-skeleton-text animated /> | ||
</ion-thumbnail> --> | ||
</ion-item> | ||
<div style="margin:1rem; display: grid; grid-template-columns: 1.5fr 1fr; height:6rem"> | ||
<ion-card> | ||
<ion-item lines="none"> | ||
<ion-label> | ||
<h2> | ||
<ion-skeleton-text animated style="width: 30%" /> | ||
</h2> | ||
<p> | ||
<ion-skeleton-text animated style="width: 80%" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
</ion-card> | ||
|
||
<ion-card> | ||
<ion-item lines="none"> | ||
<ion-label> | ||
<h2> | ||
<ion-skeleton-text animated style="width: 30%" /> | ||
</h2> | ||
<p> | ||
<ion-skeleton-text animated style="width: 80%" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
</ion-card> | ||
</div> | ||
|
||
<ion-item style="margin:1rem" lines="none"> | ||
<ion-label> | ||
<p> | ||
<ion-skeleton-text animated style="width: 30%;" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
|
||
<div style="margin:1rem; display: grid; grid-template-columns: 1fr 1fr 1fr; height:6rem"> | ||
{#each { length: 3 } as i} | ||
<ion-card> | ||
<ion-item lines="none"> | ||
<ion-label> | ||
<h2> | ||
<ion-skeleton-text animated style="width: 30%" /> | ||
</h2> | ||
<p> | ||
<ion-skeleton-text animated style="width: 80%" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
</ion-card> | ||
{/each} | ||
</div> | ||
|
||
<ion-item style="margin:1rem" lines="none"> | ||
<ion-label> | ||
<p> | ||
<ion-skeleton-text animated style="width: 30%;" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
|
||
{#each { length: 3 } as i} | ||
<ion-card style="margin:1rem"> | ||
<ion-item lines="none"> | ||
<ion-label> | ||
<h3 style="display: flex; flex-direction: row"> | ||
<ion-skeleton-text animated style="width: 60%" /> | ||
</h3> | ||
<p> | ||
<ion-skeleton-text animated style="width: 40%" /> | ||
</p> | ||
</ion-label> | ||
</ion-item> | ||
</ion-card> | ||
{/each} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.