-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat loadingUI #81
Feat loadingUI #81
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
❌ Deploy Preview for cool-boba-2a2b34 failed. Why did it fail? →
|
Hi @iamkanhaiyakumar @GauravKesh , are we still on ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good
@dev129 Yes |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀 |
🎉🎉 Thank you for your contribution! Your PR #81 has been merged! 🎉🎉 |
This code contains the data for loading UI animation.
What does this PR do?
This PR introduces a loading animation component (
LoadingUI
) that provides users with a visual indicator of progress while the main content is being loaded. The loading UI displays a bouncing image and a progress bar with a percentage indicator. This update improves user experience by making it clear when content is loading.Fixes #80
Test Video
bandicam.2024-11-07.23-38-50-548.mp4
Desktop View:
Mobile View:
Type of change
How should this be tested?
To test this PR:
Test Cases:
Mandatory Tasks