-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
1 parent
011ab4d
commit 33cffe0
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
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,17 @@ | ||
import classes from '@/components/Results.module.css' | ||
import {AspectRatio, Card, Flex, Skeleton} from '@mantine/core' | ||
|
||
export default function LoadingCard() { | ||
return ( | ||
<Card className={classes.card}> | ||
<AspectRatio ratio={3 / 2}> | ||
<Skeleton animate={false} height="100%" width="100%" /> | ||
</AspectRatio> | ||
<Card.Section p="md"> | ||
<Flex justify="center" align="center"> | ||
<Skeleton animate={false} height={24} width="80%" /> | ||
</Flex> | ||
</Card.Section> | ||
</Card> | ||
) | ||
} |
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
33cffe0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-for-reddit – ./
viewer-for-reddit.vercel.app
redditviewer.vercel.app
reddit-image-viewer.vercel.app
viewer-for-reddit-git-main-gregrickaby.vercel.app
viewer-for-reddit-gregrickaby.vercel.app