-
Notifications
You must be signed in to change notification settings - Fork 987
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
feat: implement address input #17191
Conversation
Jenkins BuildsClick to see older builds (63)
|
7a8de7d
to
d67b1d9
Compare
✔️ status-mobile/prs/ios/PR-17191#13 🔹 ~8 min 31 sec 🔹 9cc1ccd 🔹 📦 ios package |
ed74ce1
to
2266c4d
Compare
@Francesca-G can you please review this PR? 🙏 ❤️ |
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.
Here's the Figma frame with the design review :)
@Francesca-G Unfortunately, I couldn't reproduce the cursor issue, I can see it normally when I focus on the input. Can you try again with latest build and also provide more info about the device you are using (device model, OS version, etc) or if you did some special steps to reproduce it? Thanks! RPReplay_Final1694477945.movAlso re-checked Paste button font and matches the Figma design. Let me know if there's something I did not see. Adjusted clear button alignment 👍 Let me know any additional info and thanks again for testing. |
@briansztamfater the issue with the missing cursor happened when opening the preview for the first time, without tapping anywhere, the component should've been in default style but it's already active.
Seems I'm not able to preview the "default" style without tapping on the component first. RPReplay_Final1694502935.mp4 |
5f47655
to
6efa3f7
Compare
@Francesca-G now I see! Thanks for catching this issue 👁️ , should be fixed now! |
6efa3f7
to
2cccd1a
Compare
Signed-off-by: Brian Sztamfater <[email protected]>
2cccd1a
to
b306218
Compare
:padding-bottom 16 | ||
:height 48 | ||
:flex-direction :row | ||
:align-items :flex-start}) |
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.
nit: maybe it's good in advance to add a container-style prop here and merge it. i.e
(defn container [constainer-style]
(merge {:padding-horizontal 20
:padding-top 8
:padding-bottom 16
:height 48
:flex-direction :row
:align-items :flex-start}
container-style))
fixes #17189
Summary
Implement Address input
Screenshots
Platforms
Steps to test
status: ready