-
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
Remove left padding for prefix #14628
Conversation
|
@rushatgabhane @puneetlath One of you needs to 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] |
This PR doesn't need a C+ (But I'll complete the checklist if i get to it before @puneetlath ) |
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
Reviewer Checklist
Screenshots/Videos |
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.
🚢 it! |
Remove left padding for prefix (cherry picked from commit 4b0bd59)
…-14628 🍒 Cherry pick PR #14628 to staging 🍒
🚀 Cherry-picked to staging by https://github.com/puneetlath in version: 1.2.60-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.60-1 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
We changed our text input styles, so now we also need to remove the left indentation for input prefix to match the new style.
Fixed Issues
$ #14614
Tests
+ > New room
#
prefix in the Input name field is left alignedOffline tests
N/A
QA Steps
Same as tests
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.Screenshots/Videos
Web
![web](https://user-images.githubusercontent.com/22219519/215160826-3853f29c-079e-4f23-8ae2-561fc5e62af4.png)Mobile Web - Chrome
![chrome](https://user-images.githubusercontent.com/22219519/215160855-4f242c5f-5767-45e7-b30c-be44cab3eb21.png)Mobile Web - Safari
![safari](https://user-images.githubusercontent.com/22219519/215160869-c221a43f-54ec-4464-bdf3-fe491ae2b26a.png)Desktop
![desktop](https://user-images.githubusercontent.com/22219519/215160882-5380ea7e-f552-4161-9555-9b8b4bc43f23.png)iOS
![ios](https://user-images.githubusercontent.com/22219519/215160898-ca211185-12b7-4034-ad46-5cba9e98b640.png)Android
![android](https://user-images.githubusercontent.com/22219519/215160905-dfb2b185-33f9-4d63-87f2-40b947fed7ee.png)