Migrate/textinput growlnotification attachmentmodal animte to reanimate#53321
Conversation
|
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
review from Błazej Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
…ntmodal_animte_to_reanimate
…ion_attachmentmodal_animte_to_reanimate' into migrate/textinput_growlnotification_attachmentmodal_animte_to_reanimate
|
@shubham1206agra Please 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] |
|
Is there anything here you need us to review from a design-perspective? |
|
No |
|
@shubham1206agra |
|
@sumo-slonik Sorry for the delay |
…ntmodal_animte_to_reanimate
@shubham1206agra sumo-slonik is OOO today, I resolved these conflicts for you 😄 |
|
@blazejkustra I am still seeing conflicts |
…ntmodal_animte_to_reanimate
|
Most likely a PR was reverted which caused the same conflicts but the other way around |
|
Should be good now @shubham1206agra |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-07.at.3.01.29.PM.movAndroid: mWeb ChromeScreen.Recording.2024-12-07.at.1.40.20.PM.moviOS: NativeScreen.Recording.2024-12-07.at.2.51.38.PM.moviOS: mWeb SafariScreen.Recording.2024-12-07.at.1.29.35.PM.movMacOS: Chrome / SafariScreen.Recording.2024-12-07.at.1.26.21.PM.movMacOS: DesktopScreen.Recording.2024-12-07.at.1.44.48.PM.mov |
mountiny
left a comment
There was a problem hiding this comment.
Thanks! Before merging @sumo-slonik can you please update the QA steps to be clearer for QA on how to test these changes on staging. They cannot hard code this obviously so I think that they would not know how to test this from your instructions
|
Hi @mountiny , the problem is that unfortunately I am not able to find an easy use of this popup, so I can correct the other steps if they are not clear but testing the growl popup can be problematic |
|
@sumo-slonik where is it used on what pages/ components? |
|
For example, in a component: |
|
I have added some small test which hopefully will be good for qa to follow |
|
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. |
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.73-0 🚀
|
|
@mountiny thank you very much for your help 🙇 |
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.0.73-8 🚀
|
Explanation of Change
Swap use animated from react-native to react-native-reanimated so we have big performance gains in animations
Fixed Issues
$ #52920
PROPOSAL:
here
Tests
Text input
expected behavior:
the label above the text input should move up at the moment of focus on the input
label should return to its original place when focus on text input disappears.
Growl nottification
This is quite hard, the easiest way to do it is to manually add the code that will call it, you need to add the following code:
Growl.show('TEST NOTIFICATION HARDCODED ONLY AS AN EXAMPLE', CONST.GROWL.SUCCESS, 3000);expected behavior:
A notification with a bounce-in effect containing the text will appear:
TEST NOTIFICATION HARDCODED ONLY AS AN EXAMPLE
Attachment modal:
Animated here is the appearance of the send button in the modal, the animation is not very visible but behaves the same as the one using animated
Offline tests
Are not needed
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
android_native.mp4
Android: mWeb Chrome
android.web.mp4
iOS: Native
ios.native.mp4
iOS: mWeb Safari
ios.web.mp4
MacOS: Chrome / Safari
desktop.web.mp4
MacOS: Desktop
desktop.native.mp4