Allow edit by up key on thread parent message#20273
Conversation
|
@grgia @allroundexperts 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] |
|
@grgia Should I add the TODO comment like we did here? |
| const lastReportAction = _.find([...this.props.reportActions, parentReportAction], (action) => ReportUtils.canEditReportAction(action)); | ||
|
|
||
| if (lastReportAction !== -1 && lastReportAction) { | ||
| Report.saveReportActionDraft(this.props.reportID, lastReportAction.reportActionID, _.last(lastReportAction.message).html); |
There was a problem hiding this comment.
@bernhardoj Editing the message does not show up immediately. I think the culprit is this line where we are supplying this.props.reportID instead of the parentReportId. We should fix this as well!
There was a problem hiding this comment.
That also happens on main when you edit it through the pencil icon. I think I ever see that issue reported. If we use the parentReportID, the message that will enter the edit mode is the parent one.
There was a problem hiding this comment.
Yea, there is an already ongoing issue for this. Let's just handle this there then.
|
|
||
| const lastReportAction = _.find(this.props.reportActions, (action) => ReportUtils.canEditReportAction(action)); | ||
| const parentReportActionID = lodashGet(this.props.report, 'parentReportActionID', ''); | ||
| const parentReportAction = lodashGet(this.props.parentReportActions, [parentReportActionID], {}); |
There was a problem hiding this comment.
Why aren't you using the approach that you proposed? I think we can add a comment about the HoC along with it.
|
@bernhardoj Can you resolve conflicts please? |
|
Ah, I thought it's another conflict, turns out I forget to push it. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-08.at.1.01.17.AM.movDesktopScreen.Recording.2023-06-08.at.1.05.03.AM.mov |
|
@bernhardoj Can you add missing screenshots on mobile platforms? |
|
Added the screenshots |
allroundexperts
left a comment
There was a problem hiding this comment.
Looks good. @grgia All yours!
|
✋ 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/grgia in version: 1.3.26-0 🚀
|
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.26-4 🚀
|




Details
Currently, we can't edit thread parent message by arrow up key. This PR fix it.
Fixed Issues
$ #19781
PROPOSAL: #19781 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Web/Desktop
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-06-06.at.22.51.17.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Screen.Recording.2023-06-06.at.22.53.52.mov
iOS
Android