feat: skeleton update#475
Merged
Merged
Conversation
|
@T-kesh 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
|
please resolve conflicts |
Contributor
Author
I've resolved it. Please review and assign me to more issues if you can |
ad# Please enter a commit message to explain why this merge is necessary,
Contributor
|
please resolve conflicts @T-kesh |
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 #310
This PR introduces a
ProjectSkeletoncomponent to eliminate layout shifts during project data fetching on the explore page. The skeleton loader precisely mirrors theProjectCardcomponent's structure—including image placeholders, typography, progress bars, and social action buttons—ensuring the UI maintains identical dimensions before and after content loads. All elements feature Tailwind'sanimate-pulsefor a smooth, visually pleasing loading experience. The explore page now renders 8 skeleton cards during the loading state (with a simulated 1.5s fetch) before seamlessly transitioning to real content, preventing any jarring reflows or content jumps while maintaining the grid's visual integrity throughout the data loading lifecycle.#310