-
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
[CP staging] Followup/23961 edit request #24565
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
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.
Looking great so far, added few comments
Reviewer Checklist
Screenshots/VideosWebweb24565.mp4Mobile Web - ChromeandroidChrome24565.mp4Mobile Web - Safarisafari24565.mp4DesktopiOSAndroid |
Could you please merge with main? After merging locally I am getting this NaN in the message. Screen.Recording.2023-08-16.at.23.23.52.movAlso there might be some other issues now as we are using the transactions data |
@mountiny the problem still persists after merging with main - we're still using originalMessage in getModifiedExpenseMessage (it's still on main). I don't know if this function should be removed or some merge conflicts were resolved inappropriately, but I think it should be handled in another PR. WDYT? |
Screen.Recording.2023-08-17.at.11.09.20.mp4after this fix everything is being updated correctly |
We should be using the originalMessage from the MODIFIEDEXPENSE action, we are only using the transaction data in case of the IOU actions |
I am having issues running Android and iOS locally |
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.
Works well on the platforms I could test, asked @Skalakid to test the native platforms, once they provide videos I will merge and CP to staging
iOS and Andoird work well 👍 iOSios.movAndroidandroid.mov |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
[CP staging] Followup/23961 edit request (cherry picked from commit 2de126f)
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.55-1 🚀
|
Details
Fixed Issues
$ #23961
$ #25386
$ #25388
$ #25390
PROPOSAL: #23961
Tests
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
Web
Screen.Recording.2023-08-11.at.12.49.36.mp4
Mobile Web - Chrome
Untitled.mp4
Mobile Web - Safari
iphone.saf.mov
Desktop
Screen.Recording.2023-08-11.at.14.42.00.mp4
iOS
iphone.app.mov
Android
Screen.Recording.2023-08-11.at.15.08.26.mp4