-
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
Reintroduce animated input for Markdown composer #35973
Reintroduce animated input for Markdown composer #35973
Conversation
@thesahindia 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] |
aa4ac42
to
7c6f4c3
Compare
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.
Just a few suggestions to make it consistent with RNTextInput.tsx
Fixes #35787. |
3c074bd
to
fd779ad
Compare
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.
Just one more suggestion
Co-authored-by: Tomek Zawadzki <[email protected]>
10a7d6e
to
f035ea0
Compare
Hi @thesahindia When can we expect your review? |
Will review it in the morning. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-02-17.at.4.49.49.AM.movAndroid: mWeb ChromeScreen.Recording.2024-02-17.at.4.54.17.AM.moviOS: NativeScreen.Recording.2024-02-17.at.4.38.19.AM.moviOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2024-02-17.at.4.39.24.AM.movMacOS: DesktopScreen.Recording.2024-02-17.at.4.41.40.AM.mov |
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!
✋ 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/thienlnam in version: 1.4.43-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.43-20 🚀
|
@thienlnam, I am sending a money request on new dot for the C+ review but there's no issue for the payment details. Payment summary is needed for the money request to get approved. Can you please help me with that? |
Details
It's the follow up PR for enabling live-markdown-preview text input (introduced in #34292). In the original PR MarkdownTextInput component was used directly, which disabled pre-erasing of text input in the worklet. This PR creates new wrapper AnimatedMarkdownTextInput.
I cannot use the RNTextInput (which is used before) as we don't need MarkdownTextInput in every place where later wrapper is used.
Fixed Issues
$ #27977
PROPOSAL:
Tests
Offline tests
Same as Test steps
QA Steps
Same as Test 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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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-02-06.at.23.18.23.mov
Android: mWeb Chrome
Screen.Recording.2024-02-06.at.23.38.41.mov
iOS: Native
Screen.Recording.2024-02-06.at.23.20.35.mov
iOS: mWeb Safari
Screen.Recording.2024-02-06.at.23.39.48.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-06.at.23.34.09.mov
MacOS: Desktop
Screen.Recording.2024-02-06.at.23.34.45.mov