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 #428

Closed
AsmitaMishra24 opened this issue Jun 19, 2024 · 4 comments · Fixed by #481
Closed

Add Preloader #428

AsmitaMishra24 opened this issue Jun 19, 2024 · 4 comments · Fixed by #481
Assignees
Labels
bug Something isn't working enhancement New feature or request gssoc level1

Comments

@AsmitaMishra24
Copy link
Contributor

A preloader is an essential feature for enhancing user experience by indicating the progress of loading content. It helps in keeping the users engaged while the main content is being fetched or rendered. Implementing a preloader can significantly improve the perceived performance of our application.

Is your feature request related to a problem? Please describe.
Yes, the absence of a preloader can lead to a poor user experience as users may not understand whether the application is working or not while content is being loaded. This can cause frustration and potentially lead to users abandoning the application. A preloader helps to keep users engaged by providing a visual indication that content is loading.

Describe the solution you'd like
Design and Appearance:

  1. A simple and visually appealing animation.
  2. Should match the overall design language of the application.
  3. Customizable options for color, size, and style to fit different themes.

Functionality:

  1. Should display during the loading of heavy components or data fetching processes.
  2. Must cover the main content area that is being loaded.
  3. Option to show the preloader globally (entire screen) or locally (specific component).

Performance:

  1. Lightweight and optimized to prevent additional load times.
  2. Should not interfere with the loading process of the main content.

Implementation:

  1. Should be implemented as a reusable component.
  2. Easy to integrate with different parts of the application.
  3. Must include appropriate documentation for usage and customization.

My Previous Works:-

preloader.3.mp4
preloader.2.mp4
Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@AsmitaMishra24
Copy link
Contributor Author

I would like to work on this issue. Please assign me this task for GSSoC'24.

@subhadipbhowmik subhadipbhowmik added bug Something isn't working enhancement New feature or request gssoc level1 labels Jun 20, 2024
@TheNikhilRaj
Copy link

I would like to work on this issue, please assign this to me.
@subhadipbhowmik

@TheNikhilRaj
Copy link

@subhadipbhowmik git clone not properly working it's giving error while cloning!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request gssoc level1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants