-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Replace Current Loader with the Skeleton Component #420
Comments
I would like to discuss it first before implementing!!! |
This sounds like a good idea. |
Introducing a skeleton loader is a great idea, especially if it helps address specific challenges in the application. High Latency in Fetching Data: When there is a noticeable delay in retrieving data, a skeleton loader can significantly enhance user experience by providing immediate visual feedback. Dynamic Content Changes Based on User Interaction: In scenarios where content updates frequently due to user actions, a skeleton loader ensures a smooth transition, reducing the perceived waiting time. If these challenges exist in the application, incorporating a skeleton loader would make a strong case for its implementation. That said, even without these issues, adding a skeleton loader can still be valuable as a UI enhancement to improve the overall user experience. Let's wait for others views also ! |
@arkid15r @abhayymishraa Yes I was also thinking of the same feature. |
@arkid15r could you assign this issue to me ? |
Is your feature request related to a problem? Please describe.
Currently, the website uses a loader to display components while content is being fetched or rendered. While functional, the loader is good but we can use skelton instead of that as it will look amazing when the state is loading!!!
Describe the solution you'd like
Implement the Skeleton component as a replacement for the current loader. The Skeleton component provides a more visually appealing and professional loading state, elevating the overall look and feel of the website.
Describe alternatives you've considered
Retaining the current loader
Creating a custom skeleton loader: Although this would work, it would require additional development time and effort compared to using the ready-made ShadCN Skeleton component.
Some Examples
Additional context
The text was updated successfully, but these errors were encountered: