-
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
Fix pronouns input label is not aligned to the left when activated #49789
Fix pronouns input label is not aligned to the left when activated #49789
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
It does seem to be jumping 1px up and down when opening and closing now? CleanShot.2024-09-27.at.10.48.53.mp4 |
That's because we use a spring animation. It's the same in prod. App/src/components/TextInput/BaseTextInput/index.native.tsx Lines 118 to 127 in 33818a9
|
Ah right. Thanks for clarifying. The rest looks good to me. I'll approve from the visual end and leave the code for someone else :D |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-10-03.at.10.28.48.in.the.morning.movAndroid: mWeb ChromeScreen.Recording.2024-10-01.at.3.45.21.in.the.afternoon.moviOS: NativeScreen.Recording.2024-10-01.at.3.48.33.in.the.afternoon.moviOS: mWeb SafariScreen.Recording.2024-10-01.at.3.50.47.in.the.afternoon.movMacOS: Chrome / SafariScreen.Recording.2024-10-01.at.3.40.43.in.the.afternoon.movMacOS: DesktopScreen.Recording.2024-10-01.at.3.48.00.in.the.afternoon.mov |
✋ 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/grgia in version: 9.0.45-1 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.45-4 🚀
|
Details
The pronouns input label is not aligned to the left when activated/animated, so it's moving from right to left.
Fixed Issues
$ #49488
PROPOSAL: #49488 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Prerequisite: Pronouns is not set yet
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
android.mp4
Android: mWeb Chrome
android.mweb.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.mweb.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4