-
Notifications
You must be signed in to change notification settings - Fork 155
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
enhancement: added shimmer effect #884
enhancement: added shimmer effect #884
Conversation
Deploying dashboard-rds with Cloudflare Pages
|
The test Coverage Screenshot is not visible. Please Check. Also tests are failing |
This will be removed eventually
|
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.
make design uniform
121b375
update the video in PR, reflecting latest changes |
Screencast.from.16-10-24.12.37.48.PM.IST.webm |
* enhancement: added shimmer effect * added e2e tests * removed comments from style.css * Update tests.yml This will be removed eventually * Update tests.yml * added uniform design to the card * fixed small error
Date: 12/10/2024
Developer Name: Kavya Rishi
Issue Ticket Number
Description
Currently in the extension requests card when it is loading we see a slight delay in some of the elements being rendered, during that time when those element are being rendered , there is nothing in the UI to show that its being rendered . There is just a blank. This can be seen in the screenshot that i have shared. The data that has already being loaded by the card is inaccessible to the user because of the loading spinner. Hence the loading spinner should be removed and there should be a shimmer in the place of the data that is still being loaded.
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Screencast.from.16-10-24.12.37.48.PM.IST.webm
Test Coverage