-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 padding on edited quote message #16678
fix padding on edited quote message #16678
Conversation
Also please add missing screenshots/videos |
Noted. I'll fill them once we're happy about the code change |
always trim htmlToMarkdown output for consistency Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
Reviewer Checklist
Screenshots/VideosWebweb.mp4Mobile Web - Chromemweb-chrome.mp4Mobile Web - Safarimweb-safari.mp4Desktopdesktop.mp4iOSios.mp4Androidandroid.mp4 |
@eh2077 Tag me once you fill in the screenshots/videos section. |
@s77rt I just finished filling screenshots/videos section. Thank you! |
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! 🚀
cc @dangrous ^ |
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.
Nice! Looks great. Tried a couple scenarios outside of just the quote, and all came out as expected.
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - thanks! |
✋ 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/dangrous in version: 1.2.92-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.92-2 🚀
|
@allroundexperts Thanks for checking that issue I reported and again it's not relevant actually. I'm going to let my bot to elaborate the RCA on that issue later and you'll find it then😄 |
@esh-g Sorry, I'm not following you. If you don't mind, can you please explain why is this not relevant? In this PR, the following line was added:
The |
Hey bro, I'm not sure if you just got line change info GitLens hints and challenges this PR while actually I only made a minor change to that line you pointed out. Please check the diff page in this PR or see |
@esh-g This makes sense. I was looking at the wrong place. Thanks for explaining this 🙇 🙇 🙇 and apologies for the inconvenience this might have caused. |
Details
Fixed Issues
$ #16571
PROPOSAL: #16571 (comment)
Tests
Offline tests
QA Steps
Same as test.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
web-safari.mov
Mobile Web - Chrome
mobile-chrome.mp4
Mobile Web - Safari
mobile-safari.mp4
Desktop
desktop.mp4
iOS
ios.mp4
Android
android.mp4