This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Description
Type of feature
🍕 Feature
Current behavior
If you search in the search box after one repo, we receive responses 1-2 seconds. I think we should display a skeleton
Suggested solution
if (isLoading) {
return (
<div className="p-4 border rounded-2xl bg-white w-full space-y-1 relative">
// Hint Array.from(Array(5)) || props count = {1,2,3....}
<Skeleton
enableAnimation
count={1}
/>
</div>
);
}
Additional context
issue:
fix #297
PR:
#296
No response
Code of Conduct
Contributing Docs