-
Notifications
You must be signed in to change notification settings - Fork 3.2k
subtitle added for share destination #23159
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
Conversation
@eVoloshchak 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] |
Co-authored-by: Eugene Voloshchak <[email protected]>
@chiragxarora, tests are failing |
can you check now @eVoloshchak ? |
@chiragxarora, tests are good, now there are conflicts😅 |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-07-21.at.17.52.46.movMobile Web - Chromescreen-20230721-193021.mp4Mobile Web - SafariScreen.Recording.2023-07-21.at.19.27.19.movDesktopScreen.Recording.2023-07-21.at.19.31.41.moviOSScreen.Recording.2023-07-21.at.19.26.38.movAndroidscreen-20230721-192931.mp4 |
@chiragxarora, why is this needed? |
Because this function is working on different participants array fetched via lodash rather than getting them from report itself |
@chiragxarora, are you experiencing this bug? I can't select a share destination. This wasn't caused by this PR and is present on main screen-20230721-182435.mp4 |
yes, this is present from quite some time, in my experience, I fail to share tasks with old contacts or those who I haven't communicated with recently. main branch Screen.Recording.2023-07-21.at.9.08.14.PM.movmy branch Screen.Recording.2023-07-21.at.9.05.23.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.
LGTM
@bondydaa could you pls review the PR? |
✋ 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/bondydaa in version: 1.3.45-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.45-7 🚀
|
Details
In new task page, share destination doesn't have subtitle text for 1 to 1 DM and group chat
Fixed Issues
$ #22296
PROPOSAL: #22296 (comment)
Tests
Offline tests
N/A
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 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
Screen.Recording.2023-07-19.at.3.27.28.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-07-19.at.3.43.27.PM.mov
Mobile Web - Safari
Screen.Recording.2023-07-19.at.3.48.41.PM.mov
Desktop
Screen.Recording.2023-07-19.at.3.50.28.PM.mov
iOS
Screen.Recording.2023-07-19.at.3.47.29.PM.mov
Android
Screen.Recording.2023-07-19.at.3.41.03.PM.mov