-
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 previous invite message showing on every type #50618
Fix previous invite message showing on every type #50618
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 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-10-22.at.12.37.14.AM.mp4Android: mWeb ChromeScreen.Recording.2024-10-22.at.12.39.12.AM.mp4iOS: NativeScreen.Recording.2024-10-22.at.12.10.32.AM.mp4iOS: mWeb SafariScreen.Recording.2024-10-22.at.12.33.59.AM.mp4MacOS: Chrome / SafariScreen.Recording.2024-10-21.at.11.54.52.PM.mp4MacOS: DesktopScreen.Recording.2024-10-21.at.11.56.06.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. @dangrous
🎀 👀 🎀
C+ Reviewed
@dangrous looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ 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/dangrous in version: 9.0.52-0 🚀
|
@bernhardoj This PR leads to the following issue: When we navigate to WorkspaceInviteMessagePage and refresh the page, the previous page is shown. Can you help check? |
Thanks for catching that! The root cause of the issue actually started to appear from the useOnyx migration PR. When the page is mounted, App/src/pages/workspace/WorkspaceInviteMessagePage.tsx Lines 81 to 94 in f3d92ce
It didn't happen before because the nav is not ready yet. But the |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.52-5 🚀
|
Details
When we type, the previous invite message shows briefly.
Fixed Issues
$ #49996
PROPOSAL: #49996 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
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 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