-
Notifications
You must be signed in to change notification settings - Fork 31
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 skeleton loader for modal connecting state #34
Comments
I can help on this, could you please guide where exactly I need to make changes? On React wrapper or to the Lit components? |
Hi @hirenchauhan2 the change needs to be made on the bc-modal lit component. Thanks! |
@rolznz What do you think of this kind of design for loading state, it's pulse animation from Tailwind. Please share your thoughts on this. I've adjusted these items in proper spacing which resembles final state of the modal. (Using mock data for dev/testing) Loading state Connected state |
Currently shows just a spinner which doesn't look good and causes the modal height to jump. Instead it should show the connected content, with skeleton loaders for any content that is loading.
The text was updated successfully, but these errors were encountered: