-
Notifications
You must be signed in to change notification settings - Fork 984
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
fix: image preview padding #17545
fix: image preview padding #17545
Conversation
Jenkins BuildsClick to see older builds (12)
|
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.
Padding looks good :)
Adding follow up required due to the "x" button icon on the photos, as commented here it doesn't match design
@BalogunofAfrica thanks for the padding fix! However, this PR introduces a new change that is different, as Francesca noted:
Please tell me what would be more convenient for you @BalogunofAfrica :
PR iOS PR Android Nightly (iOS and Android) Design |
@Francesca-G thanks a lot for your review as always! <3 This can lead to a lot of duplicates. |
@qoqobolo Thanks for the review. I noticed the exiting implementation didn't match the designs when implementing, that's why I added cut out and changed radius of the image. I would prefer trying to match the designs |
Cool, thanks! Ping me once the PR is ready to be re-tested, please |
@BalogunofAfrica could you also remove this 1 pixel left margin on Android, please? |
Hi @Francesca-G @qoqobolo I have updated the (X) icon and also addressed the extra dark circle around (iOS). For the 1px on Android on the left, I couldn't reproduce. Here are screenshot from Android (Pixel 4a) |
370e2a4
to
6d16856
Compare
@BalogunofAfrica thank you! One more thing: now it looks like the button is not centered on Pixel 7a. On Huawei it looks okay though. But it was agreed that our standard is Pixel 7a, so we should focus specifically on this model.. |
Hey @BalogunofAfrica, any updates on this PR? |
366a2ed
to
d64b8d9
Compare
@qoqobolo It appears like that due to pixelation in the screenshot. In the screenshot the object don't appear to have perfect round shapes. The closer the items are to each other the more it looks pixelated. Heres' the size according to the the design: And here I increased the space which made the screenshot less pixelated: |
@BalogunofAfrica okay, thanks for the explanation! |
Oh I think that was introduced by one of the newer PR's would check fix now |
d64b8d9
to
ced7753
Compare
@qoqobolo reverted the color change |
Thanks a lot for your work @BalogunofAfrica! |
Fixes #17542
Summary
Image previews cut off due to padding horizontal, so it doesn't scroll to the edge of the screen on both ends.
Platforms
Before:
After:
Functional
status: ready