-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 skeleton view is not left-oriented on Android #13662
Conversation
@sketchydroide @mananjadhav One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosWebweb-skeleton-view-1.movMobile Web - Chromemweb-chrome-skeleton-view.movMobile Web - Safarimweb-safari-skeleton-view.movDesktopdesktop-skeleton-view.moviOSios-skeleton-view.movAndroidandroid-skeleton-view.mov@sketchydroide |
let me see if I can do this today, but I'm already testing a big PR today, if not tomorrow |
Don't worry about it @sketchydroide. My IP finally worked and I am just uploading the pending videos. (They're a bit slow because of my flaky internet connection). |
@bernhardoj Don't worry about the pending screenshots. I've tested those and uploaded as a part of my checklist. Anyway the changes aren't related to those platforms. We should be good to merge here. @sketchydroide All yours. |
Great. Thank you! @mananjadhav |
looks good, but you need to update the Checklist @mananjadhav
|
@sketchydroide Reviewer checklist is complete, but author is pending primarily because they couldn't test on mobile web. @bernhardoj You'll have to update the checklist by marking them off. |
Thanks for letting me know @bernhardoj please complete your checlist so I can merge this 👍🏼 |
Checked all. @sketchydroide |
I think we can merge this now? @sketchydroide |
Yes! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to staging by @sketchydroide in version: 1.2.43-0 🚀
|
🚀 Deployed to production by @chiragsalian in version: 1.2.43-1 🚀
|
Details
Load more chat skeleton view in report screen is flipped because we manually invert the
FlatList
on Android using translate but we forget to apply the translate to the skeleton view.Fixed Issues
$ #13636
PROPOSAL: #13636 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Screen.Recording.2022-12-16.at.08.39.28.mov
Mobile Web - Chrome
328550.t.mp4
Mobile Web - Safari
Desktop
Screen.Recording.2022-12-16.at.08.15.12.mov
iOS
Screen.Recording.2022-12-16.at.06.33.39.mov
Android
328549.t.mp4