fix: Select and copy does not copy New Expensify link in link format#23704
fix: Select and copy does not copy New Expensify link in link format#23704roryabraham merged 4 commits intoExpensify:mainfrom
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
@AndrewGable 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] |
|
I have read the CLA Document and I hereby sign the CLA |
|
@mananjadhav @AndrewGable do let me know if you prefer to have the method where we avoid reload/refreshing for internal links and I'll make the changes accordingly. |
|
Closing per #23251 (comment) |
|
@mananjadhav @roryabraham Please let me know if you want me to implement my initial approach(current), or want me to use react-navigation approach? |
|
@Parshvi16 let's just stick with the approach outlined in the original accepted proposal. Thanks! |
|
PR is ready from my side @mananjadhav |
|
🎯 @mananjadhav, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #23926. |
|
@Parshvi16 there should be a space after $ in the linked issue. I think because of the missing space, workflow created another GH issue to link the PR. |
|
@mananjadhav updated the space issue. |
|
@Parshvi16 Let's improve the test steps here. Test Steps:
For Offline Test and QA tests, mention, that they're same as |
|
@mananjadhav added the test steps as suggested. |
|
@Parshvi16 Please check my updated comment as the link is rendered instead of showing the markdown. |
|
@mananjadhav updated again. |
Reviewer Checklist
Screenshots/VideosWebweb-copy-internal-links.movMobile Web - Chromemweb-chrome-copy-internal-links.movMobile Web - Safarimweb-safari-copy-internal-links.movDesktopdesktop-copy-internal-links.moviOSios-copy-internal-links.movAndroidandroid-copy-internal-links.mov@roryabraham All yours. 🎀 👀 🎀 C+ reviewed. |
|
@roryabraham gently bump here |
|
Prettier lint check was failing, so just added the fix(whitespace diff). |
|
@Parshvi16, looks like it's still failing. You should be able to fix this by just running |
|
Yes @roryabraham, I've done exactly the same |
roryabraham
left a comment
There was a problem hiding this comment.
LGTM. Sorry about that delay, maybe I just needed to refresh the page
|
✋ 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/roryabraham in version: 1.3.49-0 🚀
|
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.50-0 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.49-3 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|

Details
submitting for the the issue
new dot expensify URL can't be copied as URL if it is having some nesting in route.but the page reloads when we click an internal link. fix to that is also available in my proposal(if reviewer wants to go with it, i can make the changes)
Fixed Issues
$ #23251
PROPOSAL: #23251 (comment)
Tests
[test](google.com)Offline tests
Same as Online Tests
QA Steps
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
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android