-
Notifications
You must be signed in to change notification settings - Fork 3k
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
User current location button onClick fix #29366
User current location button onClick fix #29366
Conversation
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-10-13.at.11.09.42.movMobile Web - ChromeScreen.Recording.2023-10-13.at.11.19.50.movMobile Web - SafariScreen.Recording.2023-10-13.at.11.13.36.movDesktopScreen.Recording.2023-10-13.at.11.12.15.moviOSScreen.Recording.2023-10-13.at.11.08.22.movAndroidScreen.Recording.2023-10-13.at.11.07.13.mov |
@graylewis Why it was not possible to test it on native Android? It works for me. Please try again and attach the missing video if possible. |
@burczu I've just been having difficulties getting the android app to run on my local machine. I'll keep trying to get it set up but I've been trying for a couple hours to no avail. |
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.
@graylewis Ok, I've tested it and it works so I think we can move forward with it.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/johnmlee101 in version: 1.3.84-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to staging by https://github.com/johnmlee101 in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
@MuR
Details
Fixed Issues
$ #29100
PROPOSAL: #29100 (comment)
Tests
Steps for the manual test:
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Can't test
Android: mWeb Chrome
Screen.Recording.2023-10-11.at.9.14.42.PM.mov
iOS: Native
Screen.Recording.2023-10-11.at.9.13.17.PM.mov
iOS: mWeb Safari
Screen.Recording.2023-10-11.at.9.16.03.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-10-11.at.7.40.38.PM.mov
MacOS: Desktop
Screen.Recording.2023-10-11.at.9.11.47.PM.mov