-
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
Revert "fix: 11584 web jump to unread message" #13230
Revert "fix: 11584 web jump to unread message" #13230
Conversation
@youssef-lr 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] |
@srikarparsi if this is a straight revert I think there's no need for screenshots? |
@youssef-lr Good question for |
hey guys I added the test steps and screenshots for web, desktop and ios but I messed up my android emulator last friday and tried fixing it over the weekend but wasn't able to. I'll look into it more tonight but will try to get those screenshots by tomorrow. |
hey @youssef-lr or @marcaaron, I'm still having issues with my android emulator accessing the dev environment so I wanted to ask if you one of you could help with testing android so that I'm not stopping this PR from getting deployed any longer. I'll post in engineering chat with the error I'm receiving with android if I'm not able to resolve it by tomorrow. |
@srikarparsi Yes! I would take any issues related to the dev environment to Slack right away. There are tons of people who can help get you on the right track with testing. Either |
added the screenshots, I think this should be ready to be merged :) |
Reviewer Checklist
Screenshots/Videos |
✋ 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 production by @chiragsalian in version: 1.2.38-6 🚀
|
Reverts #12124
Discussed in this thread: https://expensify.slack.com/archives/C01GTK53T8Q/p1669780795674179
RCA here: https://docs.google.com/document/d/1CWMgyB69fYeqP5a18cz5QRp0Jjnqssw_Mw1vTXbOGPc/edit#
Test Steps:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots/Videos
Web
Screen.Recording.2022-12-05.at.5.55.34.PM.mov
Mobile Web - Chrome
Screen.Recording.2022-12-07.at.5.25.46.PM.mov
Mobile Web - Safari
Screen.Recording.2022-12-05.at.6.01.59.PM.mov
Desktop
Screen.Recording.2022-12-05.at.5.56.55.PM.mov
iOS
Screen.Recording.2022-12-05.at.6.01.11.PM.mov
Android
Screen.Recording.2022-12-07.at.5.24.40.PM.mov