-
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: Address suggestion lists hover and selection color issue #14724
Fix: Address suggestion lists hover and selection color issue #14724
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@grgia @Santhosh-Sellavel 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] |
@situchan please mark this as a draft until the other one is merged! |
…/13838-address-suggestion-press-hover
@grgia @Santhosh-Sellavel updated library version. now ready for review |
@situchan Please make PR title meaningful |
@Santhosh-Sellavel updated. looks good now? |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-02-03.at.3.32.00.AM.movMobile Web - ChromeScreen.Recording.2023-02-03.at.3.34.28.AM.movMobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-02-03.at.03.35.45.mp4DesktopScreen.Recording.2023-02-03.at.3.29.18.AM.moviOSSimulator.Screen.Recording.-.iPhone.14.-.2023-02-03.at.03.36.49.mp4AndroidScreen.Recording.2023-02-03.at.3.37.22.AM.mov |
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, all you @grgia!
Could be better Fix: Address suggestion lists hover and selection color issue |
@grgia bump! |
@grgia kindly bump! |
Thanks for the bump! Reviewing now |
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!
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - thanks! |
✋ 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 https://github.com/grgia in version: 1.2.66-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.66-0 🚀
|
Details
In react-native-google-places-autocomplete repo:
listHoverColor
In E/App repo:
listHoverColor
,listUnderlayColor
prop values toGooglePlacesAutocomplete
componentFixed Issues
$ #13838
PROPOSAL: #13838 (comment)
Tests
Offline tests
"Connect bank account" is not available in offline mode
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
web.mov
Mobile Web - Chrome
mchrome.mov
Mobile Web - Safari
msafari.mp4
Desktop
desktop.mov
iOS
ios.mp4
Android
android.mov