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

Add "Preloader" to All Pages (excluding Homepage) #571

Merged
merged 12 commits into from
Aug 5, 2024

Conversation

MastanSayyad
Copy link
Contributor

@MastanSayyad MastanSayyad commented Aug 4, 2024

Description

Hey @aditya-bhaumik @sk66641

I have added a preloader integrated with a load of percentage to all pages (excluding homepages)

  • Added Preloaer which is a gradient of spinner #ff2d15, #be18ff, #0d3dff
  • Integrated loader with Percentage indicator: 0% to 100% | Color gradient of #be18ff, #ffffff
  • Added logic to display the preloader and update the loading percentage.
  • Ensured the preloader hides and the content displays once loading is complete.
  • Integrated in all pages
  • Positioned in the center with z-index: 9999; to ensure it stays above.
Preloader.mp4

Type of change

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

github-actions bot commented Aug 4, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@MastanSayyad
Copy link
Contributor Author

Hey @aditya-bhaumik pls review this PR

@aditya-bhaumik
Copy link
Collaborator

@MastanSayyad i will review by the end of the day as this update is big i will have to check it in my local machine first

@aditya-bhaumik
Copy link
Collaborator

@MastanSayyad till then you can create another issue and start working on it

@aditya-bhaumik aditya-bhaumik added gssoc This Contribution is under GSSOC'24 level2 labels Aug 5, 2024
@aditya-bhaumik aditya-bhaumik merged commit 012f51e into sk66641:main Aug 5, 2024
1 check passed
@MastanSayyad
Copy link
Contributor Author

@aditya-bhaumik as per the changes can the level increase!

@aditya-bhaumik
Copy link
Collaborator

@MastanSayyad sure done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc This Contribution is under GSSOC'24 level updated good work level3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Add Preloader to All Pages (excluding Homepage)
2 participants