-
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
Add offline search functionality for addresses #35045
Add offline search functionality for addresses #35045
Conversation
I think the merge freeze has been lifted 😄 |
@pac-guerreiro, could you please merge the latest main? There are a lot of changes since merge freeze is over, let's re-test this one more time |
# Conflicts: # src/CONST.ts
I merged main and I'll be re-testing this 😄 |
Things look the same as in the screen recordings 😄 |
The merge freeze isn't fully over yet, we're merging only low risk PRs, ones with minimal commits and lines changed. This is definitely not one of those. I'll try to let you know when it's over. |
The merge freeze is over, so finally merging this! |
✋ 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/neil-marcellini in version: 1.4.77-0 🚀
|
Yeah this is being reverted here |
@ShridharGoel it seems like we have more blockers stemming from this PR, so I think reverting and letting the original author work on a fix is the right path here. |
[No QA] Revert "Merge pull request #35045 from callstack-internal/issues/30123"
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.4.77-11 🚀
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.4.77-11 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
…ssues/30123" This reverts commit ad20280.
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.78-5 🚀
|
Details
Add offline search functionality for addresses
Fixed Issues
$ #30123
PROPOSAL: #30123 (comment)
Tests
Since this PR introduces changes to
FormWrapper
which is used in 80 files, it’s important to test that these changes don’t break other forms.The following are some tests cases of other forms:
Assign Task
Start chat > Room
Track expense > Confirmation
Settings > Profile
Settings > Security > Close account
Workspace > Profile > Description
Workspace > Members > Invite Member > Invite Message
Offline tests
Same as above
QA Steps
Same as above
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
Screen.Recording.2024-02-15.at.17.40.46.mp4
Form.testing.-.Android.mp4
Android: mWeb Chrome
Screen.Recording.2024-02-15.at.18.15.29.mp4
Form.testing.-.Android.Chrome.mp4
iOS: Native
Screen.Recording.2024-02-15.at.15.35.03.mp4
Form.testing.-.iOS.mp4
iOS: mWeb Safari
Screen.Recording.2024-02-15.at.18.12.57.mp4
Form.testing.-.iOS.Safari.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-02-15.at.18.11.29.mp4
Form.testing.-.Chrome.Web.mp4
MacOS: Desktop
Screen.Recording.2024-02-15.at.18.07.23.mp4
Form.testing.-.MacOS.Desktop.mp4