-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from yusupovbg/beta
Update v1.0.1
- Loading branch information
Showing
36 changed files
with
936 additions
and
201 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
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,62 @@ | ||
|
||
import PostCardSkeletonV2 from "@/components/skeletons/post-card-2"; | ||
import { Skeleton } from "@/components/ui/skeleton"; | ||
|
||
export default function Loading() { | ||
return ( | ||
<> | ||
<div className="md:container mx-auto px-4 pt-5"> | ||
<div className="gap-5 lg:gap-6 flex flex-col md:flex-row items-start xl:px-4 pt-5" > | ||
<div className="w-full md:w-1/3 lg:w-1/4"> | ||
<div className={"flex flex-col items-stretch justify-between xs:h-fit details"}> | ||
<div className="flex-1"> | ||
<div className="flex lg:flex-col items-start"> | ||
<div className="user__header flex md:block md:items-start lg:space-y-4 space-y-2 pb-4" > | ||
<Skeleton className="rounded-full mr-3 lg:w-64 xl:w-[296px] w-16 md:w-56 md:h-56 lg:h-64 xl:h-[296px] border h-16 | ||
" /> | ||
<div className="flex items-center md:py-4 w-full justify-between"> | ||
<div className="md:space-y-3 w-full"> | ||
<Skeleton className="w-full h-8" /> | ||
<Skeleton className="w-28 h-5" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<Skeleton className="w-full h-9" /> | ||
|
||
<div className="w-full mt-5 space-y-1.5"> | ||
<Skeleton className="w-full h-5" /> | ||
<Skeleton className="w-full h-5" /> | ||
<Skeleton className="w-full h-5" /> | ||
</div> | ||
|
||
<div className="py-4 items-center flex gap-5 w-full"> | ||
<Skeleton className="w-full h-8" /> | ||
<Skeleton className="w-full h-8" /> | ||
</div> | ||
|
||
<ul className="details space-y-3"> | ||
<Skeleton className="w-full h-5" /> | ||
<Skeleton className="w-full h-5" /> | ||
<Skeleton className="w-full h-5" /> | ||
</ul> | ||
</div> | ||
</div> | ||
<div className="lg:pl-8 w-full"> | ||
<div className="user-articles lg:mb-6 md:mb-5 mb-4"> | ||
<div className="flex flex-col lg:gap-6 md:gap-5 gap-4"> | ||
<PostCardSkeletonV2 /> | ||
<PostCardSkeletonV2 /> | ||
<PostCardSkeletonV2 /> | ||
<PostCardSkeletonV2 /> | ||
<PostCardSkeletonV2 /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</> | ||
) | ||
} |
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
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.