-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #247 from CodeCrowCorp/browse-page-fixes
Browse page fixes
- Loading branch information
Showing
8 changed files
with
138 additions
and
105 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
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
54 changes: 27 additions & 27 deletions
54
src/lib/components/Browse/Sections/LoadingTableItem.svelte
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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<tr> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
</tr> | ||
<!-- <tr> --> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<td> | ||
<div role="status" class="flex w-full h-12 bg-gray-300 rounded-lg dark:bg-gray-700"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</td> | ||
<!-- </tr> --> |
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