Skip to content

Commit 613b4c0

Browse files
Merge pull request #71 from SundeepChand/profile-ui-fix
Added skeleton loader to Profile & MyProfile pages
2 parents 12ae549 + e62b096 commit 613b4c0

File tree

6 files changed

+308
-200
lines changed

6 files changed

+308
-200
lines changed

package-lock.json

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"react-hook-form": "^6.3.2",
2323
"react-i18next": "^11.5.0",
2424
"react-image-gallery": "^1.2.5",
25+
"react-loading-skeleton": "^2.2.0",
2526
"react-markdown": "^5.0.2",
2627
"react-markdown-editor-lite": "^1.2.4",
2728
"react-promise-tracker": "^2.1.0",

src/assets/scss/components/userProfile.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
font-size: $font-size-bio;
2929
}
3030

31+
& > * {
32+
width: 100%;
33+
}
3134
}
3235

3336
&-avatar {

0 commit comments

Comments
 (0)