-
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
close focus notification when clicking backdrop or back button #52072
close focus notification when clicking backdrop or back button #52072
Conversation
Sorry @getusha you can ignore this PR. I can take care of this today (last review before leave 👪) |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.mp4Android: mWeb Chromemchrome.mp4iOS: Nativeios.moviOS: mWeb SafariMacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
@situchan is there a reason this is checked by there's no screenshot/recording for it? |
✋ 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/cead22 in version: 9.0.61-0 🚀
|
This PR is failing because of issue #52467 |
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.61-3 🚀
|
Explanation of Change
Fixed Issues
$ #51432
PROPOSAL: #51432 (comment)
Tests
Same as QA tests.
Offline tests
same as QA tests.
QA Steps
Prerequisite: Get Focus mode notification either way...
Option 1.
(This might take a few repetitions to successfully get focus mode notification)
Option 2.
Onyx.set("focusModeNotification",true);
in console and get focus mode notification instantly.Test 1.
Test 2.
(Test 2 might not work on web and mweb see #51432 (comment) and #51432 (comment))
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
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
Screen.Recording.2024-11-05.at.2.56.45.AM.mov
Android: mWeb Chrome
Screen.Recording.2024-11-05.at.3.05.18.AM.mov
iOS: Native
Screen.Recording.2024-11-04.at.8.22.10.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-11-04.at.2.10.28.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-04.at.2.02.15.AM.mov
MacOS: Desktop
Screen.Recording.2024-11-04.at.2.09.13.AM.mov