-
Notifications
You must be signed in to change notification settings - Fork 3.2k
show confirmation modal when delete #61243
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
show confirmation modal when delete #61243
Conversation
@allgandalf 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] |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-05-02.at.9.59.31.AM.movAndroid: mWeb ChromeScreen.Recording.2025-05-02.at.10.01.33.AM.moviOS: HybridAppScreen.Recording.2025-05-02.at.10.06.40.AM.moviOS: mWeb SafariScreen.Recording.2025-05-02.at.10.07.29.AM.movMacOS: Chrome / SafariScreen.Recording.2025-05-02.at.9.56.53.AM.movMacOS: DesktopScreen.Recording.2025-05-02.at.10.01.57.AM.mov |
I have 3 previous PR's to review, so i think i will get to this one tomorrow |
@ishakakkad can you resolve conflicts please |
@ishakakkad can you update the testing steps, i don't get what you mean by :
|
I think the tests should be: 0/precondition. (Whatever you mean by: Make sure you have)
Verify that you see the delete confirmation modal before deleting records. |
@allgandalf conflict resolved and updated the testing steps. |
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.
codewise LGTM, testing on platforms!
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.
There is a issue of double selection options on main, but that is already reported here, this PR LGTM to ship !
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.
Sorry for the delay, changes look good to me
✋ 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.1.41-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.1.41-1 🚀
|
Explanation of Change
Fixed Issues
$ #60755
PROPOSAL: #60755 (comment)
Tests
Make sure you have Log in with Expensifail account or enabled
CONST.BETAS.TABLE_REPORT_VIEW
beta flag.Verify that you see the delete confirmation modal before deleting records.
Verify that when press cancel records is not deleted and modal closes.
Verify that when press Deletes records is deleted and modal closes.
Offline tests
QA Steps
Same as Above
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectioncanBeMissing
param foruseOnyx
toggleReport
and notonIconClick
)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.web.mp4
iOS: Native
IOS.mp4
iOS: mWeb Safari
IOS.web.mp4
MacOS: Chrome / Safari
Web.mp4
MacOS: Desktop
Desktop.mp4