-
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 delete modal confirmation message changes briefly when closing the modal #46128
Fix delete modal confirmation message changes briefly when closing the modal #46128
Conversation
@abdulrahuman5196 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] |
Checking now |
This comment was marked as outdated.
This comment was marked as outdated.
@robertjchen I have tested all platforms except ios native and the changes work fine. I am unable to test locally due to a setup issue for ios native, could you kindly add the |
label added 👍 |
@robertjchen The build is still not generated? Could you kindly trigger adhoc builds again? |
@abdulrahuman5196 Ah, I think this is only possible on a branch on the actual |
@bernhardoj Hm, can you please try resolving the conflict first? Thanks! |
Conflicts solved |
@robertjchen Is it so? Because all external PRs would be from a fork repo right since contributors don't have access to Expensify branches? Similar thing happened in this PR as well for the first time - #43084. @MonilBhavsar re-triggered again which generated a a build. Should we do something else as well to trigger a adhoc build for this PR? |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
@bernhardoj Kindly add the QA steps in the author checklist |
Oh, didn't realize it was empty. Updated! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-07-30.at.11.21.05.PM.mp4Android: mWeb ChromeScreen.Recording.2024-07-30.at.11.23.49.PM.mp4iOS: NativeUntitled.moviOS: mWeb SafariScreen.Recording.2024-07-29.at.2.44.29.PM.mp4MacOS: Chrome / SafariScreen.Recording.2024-07-29.at.2.12.45.PM.mp4MacOS: DesktopScreen.Recording.2024-07-29.at.2.24.33.PM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @robertjchen
🎀 👀 🎀
C+ Reviewed
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.
Looks great, thank you!
✋ 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/robertjchen in version: 9.0.17-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
2 similar comments
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
Details
The delete transaction confirmation modal message in search page changes briefly when closing the modal. This PR fix it.
Fixed Issues
$ #45447
PROPOSAL: #45447 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Prerequisite: has at least one unpaid expense
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.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 and/or tagged@Expensify/design
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
android.mp4
Android: mWeb Chrome
android.mweb.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.mweb.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4