-
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
fix: Select and copy does not copy New Expensify link in link format #23704
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 |
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. 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 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
![Simulator Screenshot - iPhone 14 - 2023-07-27 at 08 04 46](https://github.com/Expensify/App/assets/91120214/7d749d87-c29c-4fbe-843b-a7eaa199241b)Desktop
iOS
Android