-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: loading states update #3639
Conversation
import { getRandomLength } from "../helper"; | ||
|
||
export const GanttLayoutLoader = () => ( | ||
<div className="flex flex-col h-full overflow-x-auto animate-pulse"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These loaders are very hard to read, can you please break it down into further components? we cant identify which div is for which part of the loader. Can you please change them in all the loaders which have loong files
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The review comment to be taken up post merge.
This PR introduces skeleton loaders across various layout and components, enhancing the user experience with a consistent loading interface. Skeleton loaders have been implemented in the following areas:
By replacing inconsistent spinner loaders with skeleton loaders, this PR ensures a smoother transition during data loading, offering users a more cohesive and intuitive experience.
This PR is linked to [PLE-328]
Media