|
|
|
@ -5,17 +5,18 @@ import Skeleton from "@components/skeleton"
|
|
|
|
export const ListItemSkeleton = () => (
|
|
|
|
export const ListItemSkeleton = () => (
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<Card style={{ overflowY: "scroll" }}>
|
|
|
|
<Card style={{ overflowY: "scroll" }}>
|
|
|
|
<>
|
|
|
|
<div style={{display: 'flex', gap: 16}}>
|
|
|
|
<div className={styles.title}>
|
|
|
|
<div className={styles.title}>
|
|
|
|
{/* title */}
|
|
|
|
{/* title */}
|
|
|
|
<Skeleton width={80} height={32} />
|
|
|
|
<Skeleton width={80} height={32} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div className={styles.badges}>
|
|
|
|
<div className={styles.badges}>
|
|
|
|
<Skeleton width={30} height={32} />
|
|
|
|
<Skeleton width={60} height={32} />
|
|
|
|
|
|
|
|
<Skeleton width={60} height={32} />
|
|
|
|
|
|
|
|
<Skeleton width={60} height={32} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<Skeleton width={100} height={32} />
|
|
|
|
<Skeleton width={100} height={32} />
|
|
|
|
</Card>
|
|
|
|
</Card>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|