Skip to content

Commit

Permalink
perf: gather skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Nov 14, 2024
1 parent 9691de2 commit 4f2aaa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/skeleton/GatherThumbnailCardSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ export function GatherThumbnailCardSkeleton() {
<Flex direction="column" ml={4} flex={1}>
{/* Badges placeholder */}
<Flex mb={2}>
<Skeleton w="60px" h="20px" borderRadius="4px" mr={2} />
<Skeleton w="40px" h="20px" borderRadius="4px" mr={2} />
<Skeleton w="40px" h="20px" borderRadius="4px" />
</Flex>

{/* Title placeholder */}
<Skeleton w="150px" h="20px" mb={2} />

{/* Subtitle placeholder */}
<Skeleton w="100%" h="12px" mb={2} />
<Skeleton w="110px" h="12px" mb={2} />

{/* Avatar and User Count placeholder */}
<Flex justify="space-between" alignItems="center" mt={1}>
<Skeleton w="60px" h="24px" borderRadius="12px" />
<Skeleton w="40px" h="12px" />
<Skeleton w="60px" h="16px" />
<Skeleton w="40px" h="16px" />
</Flex>
</Flex>
</Flex>
Expand Down

0 comments on commit 4f2aaa7

Please sign in to comment.