-
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
Reverts elements from #12169 #12722
Reverts elements from #12169 #12722
Conversation
@mananjadhav @sketchydroide One of you needs to 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 ChecklistLooks fine and the chats are loading fine now. I don't see a lag or skeleton UI stuck.
ScreenshotsWebweb-chat-screen-switching.movMobile Web - Chromemweb-chrome-chat-screen-switching.movMobile Web - Safarimweb-safari-chat-screen-switching.movDesktopdesktop-chat-screen-switching.moviOSios-chat-screen-switching.movAndroidandroid-chat-screen-switching.mov |
|
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.
I was able to run into the skeleton ui problem previously on main but not on this branch so that is great, I will go ahead and add the CP Staging label and send this out to speed up the process and hopefully this fix in prod later today 🎉
Thank you @mananjadhav and @marcaaron
@mountiny looks like this was merged without the Run e2e performance regression tests test passing. Please add a note explaining why this was done and remove the |
Not an emergency, tests were passing. |
…-12722 🍒 Cherry pick PR #12722 to staging 🍒
🚀 Cherry-picked to staging by @mountiny in version: 1.2.27-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @roryabraham in version: 1.2.27-4 🚀
|
@mountiny @mananjadhav thanks for the swift action 🙇 |
🚀 Deployed to production by @roryabraham in version: 1.2.27-4 🚀
|
@marcaaron This is ready for C+ review payout. Can you please help with this? |
@mananjadhav can you please ask in this linked issue -> #12574 (payments are not my department 😄) |
Okay I've posted a comment. Thanks. |
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
It seems that the PR in the title has caused a couple of issues related to our expectations of how quickly cached content should show. The changes in this PR will solve those issues but re-introduce the issue here:
#11726
Fixed Issues
$ #12574
Tests
OpenApp
data is loadingQA Steps
OpenApp
data is loadingPR Author Checklist
### Fixed Issues
section aboveTests
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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
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
have been tested & I retested again)/** 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
Web
Mobile Web - Chrome
2022-11-14_10-49-01.mp4
Mobile Web - Safari
2022-11-14_10-36-58.mp4
Desktop
2022-11-14_10-59-59.mp4
iOS
2022-11-14_10-43-37.mp4
Android
2022-11-14_10-57-44.mp4