Skip to content
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

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Feat loadingUI #81

merged 2 commits into from
Nov 7, 2024

Conversation

dev129
Copy link
Contributor

@dev129 dev129 commented Nov 7, 2024

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:
image

Mobile View:
image

Type of change

  • New feature (non-breaking change which adds functionality)

How should this be tested?

To test this PR:

  1. Start the application and observe the loading UI during initial render.
  2. Confirm that the progress bar increments smoothly to 100%.
  3. Verify that, upon reaching 100%, the loading animation is hidden and the main content is displayed.
  4. Test responsiveness and ensure the loading UI adapts to various screen sizes.

Test Cases:

  • Test A: Ensure the loading animation and progress bar are displayed when the component mounts.
  • Test B: Confirm that the progress bar fills incrementally to 100%, hiding the loading animation afterward.
  • Incase of any issue, try reloading

Mandatory Tasks

  • Self-reviewed the code for consistency, responsiveness, and correct implementation of the loading animation.
  • Ensured smooth transition between loading UI and main content.

Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai-content-generator ❌ Failed (Inspect) Nov 7, 2024 6:44am

Copy link
Contributor

github-actions bot commented Nov 7, 2024

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! 😊

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for cool-boba-2a2b34 failed. Why did it fail? →

Name Link
🔨 Latest commit 8c14646
🔍 Latest deploy log https://app.netlify.com/sites/cool-boba-2a2b34/deploys/672c61b3341e900008e391c3

@dev129
Copy link
Contributor Author

dev129 commented Nov 7, 2024

Hi @iamkanhaiyakumar @GauravKesh , are we still on ?

Copy link
Collaborator

@GauravKesh GauravKesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

@GauravKesh
Copy link
Collaborator

Hi @iamkanhaiyakumar @GauravKesh , are we still on ?

@dev129 Yes

@GauravKesh GauravKesh merged commit c9d9254 into iamkanhaiyakumar:master Nov 7, 2024
2 of 8 checks passed
Copy link
Contributor

github-actions bot commented Nov 7, 2024

🎉 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! 🚀

Copy link
Contributor

github-actions bot commented Nov 7, 2024

🎉🎉 Thank you for your contribution! Your PR #81 has been merged! 🎉🎉

This code contains the data for loading UI animation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Loading Animation before Landing Page
2 participants