-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Hide only chat threads that haven't been commented on #22349
Conversation
@Santhosh-Sellavel 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] |
@Santhosh-Sellavel 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] |
@Santhosh-Sellavel 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] |
For now, I think we should only hide chat reports since anything actionable should stay in LHN. Once we focus on payment flows, we can revisit if needed. |
Given this is a deploy blocker I asked for an immediate C+ review here and @allroundexperts volunteered 👍 |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-07-06.at.10.34.01.PM.movMobile Web - ChromeScreen.Recording.2023-07-06.at.10.44.34.PM.movMobile Web - SafariScreen.Recording.2023-07-06.at.10.41.16.PM.movDesktopScreen.Recording.2023-07-06.at.10.37.33.PM.moviOSScreen.Recording.2023-07-06.at.10.47.26.PM.movAndroidScreen.Recording.2023-07-06.at.10.46.45.PM.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.
This is unblocking the app deploy. We weren't 100% sure about this logic but we can follow it up tomorrow if it needs additional conditions
Hey @allroundexperts, just bumping this review as it's an important one to resolve. No worries if you need to reassign |
I'm testing it @Julesssss. Please give me 30 more minutes to finish off. |
Cool, that's perfect, thanks |
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.
This is testing well. Screenshots in the description are missing but since this is a deploy blocker, I've checked off all the checkboxes in the review checklist.
@stitesExpensify 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] |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hide only chat threads that haven't been commented on (cherry picked from commit 35e8d46)
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.3.37-7 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.37-7 🚀
|
Details
We should only hide chat threads that haven't been commented on, not all types of threads.
Fixed Issues
$ #22300
$ #22294
Tests
Offline tests
N/A
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting 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)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android