-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Parse the task description when saving it #40625
Parse the task description when saving it #40625
Conversation
@abdulrahuman5196 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] |
Additional video showing saving task description without markdown works fine: Screen.Recording.2024-04-20.at.14.52.50.mov |
The PR also include a fix for #40467 |
@abdulrahuman5196 bump for review |
Checking now |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-05-07.at.11.43.02.PM.mp4Android: mWeb ChromeScreen.Recording.2024-05-07.at.11.49.53.PM.mp4iOS: NativeScreen.Recording.2024-05-07.at.11.35.05.PM.mp4iOS: mWeb SafariScreen.Recording.2024-05-07.at.11.40.06.PM.mp4MacOS: Chrome / SafariScreen.Recording.2024-05-07.at.11.09.48.PM.mp4MacOS: DesktopScreen.Recording.2024-05-07.at.11.27.54.PM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @cristipaval
🎀 👀 🎀
C+ Reviewed
✋ 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/cristipaval in version: 1.4.74-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.4.74-6 🚀
|
Details
When saving a task description, the markdown text isn't converted. This PR fix it by converting it when saving the description.
Fixed Issues
$ #40467
$ #39496
PROPOSAL: #39496 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
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 methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
Screen.Recording.2024-04-20.at.14.51.29.mov
Android: mWeb Chrome
Screen.Recording.2024-04-20.at.14.49.47.mov
iOS: Native
Screen.Recording.2024-04-20.at.14.48.27.mov
iOS: mWeb Safari
Screen.Recording.2024-04-20.at.14.49.11.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-20.at.14.46.51.mov
MacOS: Desktop
Screen.Recording.2024-04-20.at.14.47.31.mov