-
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
Remove multiline from task title #23529
Remove multiline from task title #23529
Conversation
@cristipaval 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] |
hm here reviewer is not correct @Santhosh-Sellavel @thienlnam |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-07-26.at.5.12.46.AM.movMobile Web - Chrome & Mobile Web - SafariScreen.Recording.2023-07-26.at.5.19.10.AM.moviOS & AndroidScreen.Recording.2023-07-26.at.5.17.20.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, thanks!
🎯 @Santhosh-Sellavel, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #23602. |
@dhairyasenjaliya Please make sure you link issue correctly other wise it breaks the automation. Please link issue like this not like this
Both would look this but make sure you link correctly thanks! |
@thienlnam Please update issue linking so other automation don't fail thanks! |
I updated the link, should be good now. It was correct before but there was an extra space, not sure if that was why the linking failed |
✋ 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.3.46-0 🚀
|
🚀 Deployed to staging by https://github.com/thienlnam in version: 1.3.47-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.46-2 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.47-6 🚀
|
Details
Fixed Issues
$ #23025
PROPOSAL: #23025 (comment)
Tests
Test - 1
title
fieldenter
ontitle
field should not add a new line to thetitle
fieldTest - 2
title
option -> It will open the edit title pagetitle
page focus on thetitle
field and press enter notice it should not add new line to the fieldOffline tests
Same as above
QA Steps
Test - 1
title
fieldenter
ontitle
field should not add a new line to thetitle
fieldTest - 2
title
option -> It will open the edit title pagetitle
page focus on thetitle
field and press enter notice it should not add new line to the fieldPR 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
https://github.com/Expensify/App/assets/47522946/e5a9b5e1-2243-46bb-acd4-764f232c47c3task-2.Web.mov
Mobile Web - Chrome
task-1.mWeb.mov
Task-2.mWeb.mov
Mobile Web - Safari
https://github.com/Expensify/App/assets/47522946/ee48bbd1-a0bf-4cc6-9a8e-0211b9fdb1be
https://github.com/Expensify/App/assets/47522946/dc2d1a9c-95cc-49e3-a320-288601ea7b09
Desktop
task-2.Desktop.mov
task-1.Desktop.mov
iOS
Task-2.iOS.mp4
Task-1.iOS.mp4
Android
task-1.android.mov
task-2.android.mov