-
Notifications
You must be signed in to change notification settings - Fork 161
Feature/159 improve asyncimage loading state #296
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
Feature/159 improve asyncimage loading state #296
Conversation
…ates Modify rememberAsyncImagePainter to provide visual feedback during different image loading states. - On loading: Display a placeholder painter. - On error: Display a predefined error mascot image. - On success: Display the loaded image. This change improves user experience by clearly indicating the status of image loading. Fixes DroidKaigi#159
…-asyncimage-loading-state
…ates Modify rememberAsyncImagePainter to provide visual feedback during different image loading states. - On loading: Display a placeholder painter. - On error: Display a predefined error mascot image. - On success: Display the loaded image. This change improves user experience by clearly indicating the status of image loading. Fixes DroidKaigi#159
kilalabu
left a comment
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.
Looks great! Thanks for this PR.
I need to get a design check on this, so it won't be merged right away 🙏
I'll wait for feedback from the designer.
|
@angryPodo |
|
@kilalabu |
…-asyncimage-loading-state # Conflicts: # feature/profile/src/commonMain/kotlin/io/github/confsched/profile/ProfileEditScreen.kt # feature/profile/src/commonMain/kotlin/io/github/confsched/profile/card/ProfileCardScreen.kt
|
@angryPodo |
…ates Modify rememberAsyncImagePainter to provide visual feedback during different image loading states. - On loading: Display a placeholder painter. - On error: Display a predefined error mascot image. - On success: Display the loaded image. This change improves user experience by clearly indicating the status of image loading. Fixes DroidKaigi#159
|
@kilalabu |
kilalabu
left a comment
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!
Sorry for keeping you waiting! Thank you contribution 👍
























_compare.png?raw=true)





Issue
Overview
immediate visual feedback.
Links
Screenshot