-
Notifications
You must be signed in to change notification settings - Fork 691
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
Fixed Feat: Implement Shimmer while user details are being loaded #2443
Conversation
@PratyushSingh07 pls review it |
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.
Also make sure to follow the commit guidelines
app/src/main/java/org/mifos/mobile/ui/fragments/HomeOldFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/ui/fragments/HomeOldFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/ui/fragments/RecentTransactionsFragment.kt
Outdated
Show resolved
Hide resolved
7cd05d4
to
21512da
Compare
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.
LGTM
make sure to change the commit message @kmanikanta335 |
@PratyushSingh07 what should I change it to |
just follow the guidelines |
@PratyushSingh07 when will it gets merged |
You still haven't followed the commit guidelines. It will be merged only after the admins approval |
Feat openMF#2412: Implement Shimmer while user details are being loaded Feat openMF#2412: Implement Shimmer while user details are being loaded Feat openMF#2412: Implement Shimmer while user details are being loaded Feat openMF#2412: Implement Shimmer while user details are being loaded
21512da
to
2f4d461
Compare
@PratyushSingh07 i hope now its fine |
Please resolve the conflicts. |
@therajanmaurya i hope now it fine |
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.
Format your code with ctrl+shift+L
if you haven't already. Also I will be converting this PR to draft . You can make it ready for review after you have implemented the changes that i requested
@kmanikanta335 squash your commits and make sure that your final commit follow contribution guidelines . I am again converting it to draft |
Fixes #2412
Screenshots of UI changes.
2214.mp4
shimmerEffect.mp4
Please make sure these boxes are checked before submitting your pull request - thanks!
✅ Apply the
AndroidStyle.xml
style template to your code in Android Studio.✅ Run the unit tests with
./gradlew check
to make sure you didn't break anything✅ If you have multiple commits please combine them into one commit by squashing them.