-
Notifications
You must be signed in to change notification settings - Fork 985
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
Quo - truncation for component wallet/account card fix truncation #18256
Conversation
Hey @Pau1fitz, and thank you so much for making your first pull request in status-mobile! ❤️ Please help us make your experience better by filling out this brief questionnaire https://goo.gl/forms/uWqNcVpVz7OIopXg2 |
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
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.
Thank you for the fix! @Pau1fitz 🚀
@status-im/mobile-qa - this can be tested here: #18259 |
@smohamedjavid @OmarBasem @siddarthkay @J-Son89 is the below a known issue? When you type the keyboard doesn't expand. Screen.Recording.2023-12-20.at.17.04.55.mov |
It's the iOS simulator's behaviour when you type using your system (hard) keyboard. The device's (soft) keyboard can be toggled by using |
@Pau1fitz thanx for the PR. In case of watch only account we need to take into consideration the size of the "eye icon". Otherwise in case of long name it is displaced too close to the wallet card border (see screenshot below). @J-Son89 WDYT? I have not found an example of long name watch only account in Figma. Below screenshot is taken on iPhone X, IOS 16.4 |
good spot @Pau1fitz, yeah should be easy enough to add this. Seems just like some padding or margin should sort it 👍 |
after pulling the latest code and running
|
ah yes, there was a recent breaking change made to Status-Go where fleets changed. You will have to re run |
@pavloburykh ready for re-testing. See screenshots below |
@J-Son89 nevermind. Sorry, I have forgotten that you are off. |
No problem @pavloburykh, I had one or two questions about the update I sent to @Pau1fitz. Once I get an answer I'll update the other pr with changes. We can wait with testing until then. Thanks! |
Oh, okay. Missed this comment @J-Son89 and moved PR to merged already. Ping me up if it will require re-test. |
Ah no problem, good from my side now too so I'll merge it 👌 |
Quo - If the name is too long on a wallet account text should be truncated using an ellipsis.
Fixes #18044
Figma example
Before:
After:
Testing notes:
Create a new wallet account with a really long name
Go to wallet home page
Observe wallet card uses ellipsis as in the designs.
Can also be tested in the Quo preview screen for wallet -> account card component
Can be tested on release builds here:
#18256 (comment)