-
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
Have only one placeholder in the compose box #12988
Conversation
@techievivek 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] |
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 look fine and I'll update test results soon
Reviewer Checklist
Screenshots/VideosWebweb-composer-one-placeholder.movMobile Web - Chromemweb-chrome-composer-one-placeholder.movMobile Web - Safarimweb-safari-composer-one-placeholder.movDesktopdesktop-composer-one-placeholder.moviOSios-composer-one-placeholder.movAndroidandroid-composer-one-placeholder.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.
Looks good.
✋ 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 @techievivek in version: 1.2.33-0 🚀
|
1 similar comment
🚀 Deployed to staging by @techievivek in version: 1.2.33-0 🚀
|
Haven't confirmed, but I suspect this PR may have caused a regression: #13111 |
@roryabraham I can confirm this PR didn't cause the linked regression. cc - @MonilBhavsar |
Thanks for testing. Looks like the root cause has been identified |
Sorry for the false alarm |
🚀 Deployed to staging by @techievivek in version: 1.2.33-0 🚀
|
🚀 Deployed to production by @luacmartins in version: 1.2.33-7 🚀
|
🚀 Deployed to production by @luacmartins in version: 1.2.33-7 🚀
|
Details
Have only placeholder in the compose box to avoid complication
Fixed Issues
Part of #11471
PROPOSAL: https://expensify.slack.com/archives/C01GTK53T8Q/p1669139038234749
Tests
+
button, Request Money from B (Keep an eye on the compose box)Test 2
+
button, create a completely new chatOffline tests
QA Steps
+
button, Request Money from B (Keep an eye on the compose box)Test 2
+
button, create a completely new chatPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots/Videos
Web
Screen.Recording.2022-11-24.at.5.07.58.PM.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Screen.Recording.2022-11-24.at.5.42.46.PM.mov
iOS
Android