ECHOES-1335 LoadingSkeleton component#691
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
2df98d8 to
c7ad346
Compare
c7ad346 to
cef06cd
Compare
cef06cd to
80ef8f4
Compare
80ef8f4 to
7073d57
Compare
7073d57 to
ddbc86e
Compare
006a9f2 to
33472a8
Compare
33472a8 to
c324d36
Compare
david-cho-lerat-sonarsource
left a comment
There was a problem hiding this comment.
LGTM, a comment seems truncated ("Text v"), and maybe you want to add in your isLoading context idea?
c324d36 to
19f3b7f
Compare
|
Code Review ✅ Approved 8 resolved / 8 findingsIntroduces the LoadingSkeleton component with versatile layout options and shimmer animations, resolving previous issues regarding CSS property handling, type exports, and missing unit tests. ✅ 8 resolved✅ Quality: New LoadingSkeleton component has no unit tests
✅ Quality:
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar




Summary by Gitar
LoadingSkeletoncomponent to provide a visual loading state with multiple varieties:Text,Rectangle,Disk, andParagraph.@emotion/reactkeyframes withprefers-reduced-motionsupport.src/components/index.tsfor library consumption.LoadingSkeleton-stories.tsxdemonstrating various usage patterns including text, wrappers, and integration withinCardcomponents.This will update automatically on new commits.