-
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: Open offline notes from deeplink #34860
Conversation
@jjcoffee Sorry, I haven't been around for a while, do I need anything setup to make my pod file work? |
@hungvu193 There were some people on Slack having issues with iOS that were resolved by deleting the ios/Pods folder and then rerunning |
Cool. I'll give that a try |
Reviewing tomorrow, sorry for the delay! |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2024-01-25_14.15.29.mp4Android: mWeb Chromeandroid-chrome-2024-01-25_14.19.11.mp4iOS: Nativeios-native-2024-01-25_14.52.43.mp4iOS: mWeb Safariios-safari-2024-01-25_14.50.00.mp4MacOS: Chrome / Safaridesktop-chrome-2024-01-25_14.20.42.mp4MacOS: Desktopdesktop-app-2024-01-25_14.10.49.mp4 |
@hungvu193 Can you add tests? |
My bad 😄 . I've just updated! |
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.
Tests well!
@hungvu193 can you pull main? The reassure performance tests say that there is a merge conflict |
Sure, let me take a look |
Updated! |
✋ 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/stitesExpensify in version: 1.4.33-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.33-5 🚀
|
Details
fix: Open offline notes from deeplink
Fixed Issues
$ #34270
PROPOSAL: N/A
Tests
Offline tests
Same as Tests.
QA Steps
Same as Tests.
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
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
Web
Screen.Recording.2024-01-21.at.21.34.52.mov
Mobile Web - Chrome
Screen.Recording.2024-01-22.at.17.12.51.mov
Mobile Web - Safari
Screen.Recording.2024-01-22.at.17.23.41.mov
Desktop
Screen.Recording.2024-01-21.at.21.34.52.mov
iOS
Android