feat: implement consistent skeleton loading states across application#119
Open
Nacho1499 wants to merge 1 commit into
Open
feat: implement consistent skeleton loading states across application#119Nacho1499 wants to merge 1 commit into
Nacho1499 wants to merge 1 commit into
Conversation
|
@Nacho1499 is attempting to deploy a commit to the Sudipta 's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Nacho1499 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
Author
WhatsApp.Video.2026-06-27.at.4.46.30.PM.mp4WhatsApp.Video.2026-06-27.at.4.46.28.PM.mp4 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #66
PR Description:
This PR addresses issue #66 by implementing consistent, responsive skeleton loading states across the application using Tailwind CSS's animate-pulse animations. These components reduce perceived latency and enhance user experience during asynchronous API data fetching cycles.
Changes Made:
**SnippetCardSkeleton: Added a pulsing loader placeholder structure mimicking the layout of code snippet cards (including mock lines, headers, badges, and footer actions).
**DashboardSkeleton: Designed a full dashboard panel grid layout loader that unifies analytics summary metric blocks alongside an multi-item grid feed layout.
**FormSkeleton: Implemented a form loading placeholder state that structures labels, inputs, a code editing text area block, and alignment actions.
Acceptance Criteria Verified:
[x] Skeleton loaders for snippet cards match the authentic card constraints.
[x] Dashboard view states display cohesive metric rows and loading cards.
[x] Form input blocks match creation and editing file footprints.
[x] Layout metrics ensure clean, non-shifting layouts during transitions to actual server content.
[x] Dark and light mode token consistency configured using native layout boundaries (dark:bg-neutral-950).