Skip to content

Commit

Permalink
updating-trainee-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kanu-cast committed Oct 4, 2024
1 parent a00a4d0 commit c0bcec6
Show file tree
Hide file tree
Showing 27 changed files with 6,324 additions and 191 deletions.
1,306 changes: 1,306 additions & 0 deletions src/components/tests/__snapshots__/ProfileTabs.test.tsx.snap

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions src/components/tests/__snapshots__/Skeleton.test.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Skeleton UI Should render 1`] = `
<main
className="page-main font-serif"
>
<div
className="border-2 p-2 md:p-4 min-h-screen min-w-full flex flex-col bg-white"
>
<div
className="flex flex-row justify-between"
>
<div
className="bg-gray-300 dark:bg-gray-600 h-12 animate-pulse rounded-md hidden md:block w-[50%] md:w-[10%] md:mr-2"
/>
<div
className="bg-gray-300 dark:bg-gray-600 h-12 animate-pulse rounded-md w-[50%] md:mx-2"
/>
<div
className="w-12 bg-gray-300 dark:bg-gray-600 animate-pulse h-12 rounded-full ml-auto mr-2 md:mx-2"
/>
<div
className="bg-gray-300 dark:bg-gray-600 h-12 animate-pulse rounded-md w-[10%]"
/>
<div
className="bg-gray-300 dark:bg-gray-600 h-12 animate-pulse hidden md:block rounded-md w-[20%] ml-2"
/>
</div>
<div
className="flex grow my-3 h-full flex-row justify-center"
>
<div
className="flex flex-grow bg-gray-300 dark:bg-gray-600 rounded-xl animate-pulse md:mr-2"
/>
<div
className="md:flex flex-grow hidden bg-gray-300 dark:bg-gray-600 rounded-xl animate-pulse ml-2"
/>
</div>
<div
className="h-[7vh] my-4 bg-gray-300 dark:bg-gray-600 animate-pulse w-[50%] rounded-md mx-auto"
/>
<div
className="mt-auto w-full animate-pulse h-[8vh] flex justify-between"
>
<div
className="w-full md:w-[33%] bg-gray-300 dark:bg-gray-600 rounded-md"
/>
<div
className="hidden md:flex w-[33%] bg-gray-300 dark:bg-gray-600 rounded-md"
/>
<div
className="hidden md:flex w-[33%] bg-gray-300 dark:bg-gray-600 rounded-md"
/>
</div>
</div>
</main>
`;
Loading

0 comments on commit c0bcec6

Please sign in to comment.