You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem ? Please describe. ✍️
Currently, the application uses a throbber (loading spinner) during data loading phases. To enhance user experience and provide a more engaging and visually appealing placeholder, implement skeleton screen.
Describe briefly how you would implement this enhancement.
Some steps to implement this enhancement-
1. Identify Key Loading Areas
2. Create Skeleton Components: Design skeleton placeholders that match the layout of each content
type using div elements styled with CSS for shapes
3. Replace Throbber with Skeletons
4. Add Animation: Apply a pulsing or shimmer effect to skeletons using CSS animations or a
library like react-loading-skeleton for a smooth transition.
Additional context or screenshots
Additional context
Are you contributing for a program?
Other
Code of Conduct
I have read and agree to the Contributing Guidelines of this project.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem ? Please describe. ✍️
Currently, the application uses a throbber (loading spinner) during data loading phases. To enhance user experience and provide a more engaging and visually appealing placeholder, implement skeleton screen.
Describe briefly how you would implement this enhancement.
Additional context or screenshots
Additional context
Are you contributing for a program?
Other
Code of Conduct
The text was updated successfully, but these errors were encountered: