-
Notifications
You must be signed in to change notification settings - Fork 6
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
[ABW-3532] Create persona ui adjustments #1059
[ABW-3532] Create persona ui adjustments #1059
Conversation
…stments # Conflicts: # app/src/main/java/com/babylon/wallet/android/presentation/settings/personas/createpersona/CreatePersonaInfoScreen.kt # app/src/main/java/com/babylon/wallet/android/presentation/settings/personas/createpersona/CreatePersonaScreen.kt
…stments # Conflicts: # designsystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixPrimaryButton.kt # designsystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixSecondaryButton.kt
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.
A few minor observations regarding CreatePersonaScreen:
- The top padding seems too big (between the screen top and the header) compared to zeplin
- The padding between the avatar placeholder and “Persona label” seems smaller compared to zeplin
- The padding between the divider and the “Some dApps may request..” text seems smaller compared to zeplin
- Persona Label input hint should have gray color
- It would be nice to set sentences capitalization to the label input
...ystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixPrimaryButton.kt
Outdated
Show resolved
Hide resolved
…stments # Conflicts: # designsystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixSecondaryButton.kt
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.
The persona label currently supports multiple lines, but it should be single line and with Done ime action. Also maybe it should have KeyboardCapitalization.Words
since it's a name? Sorry for mentioning "Sentences" in the previous review.
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.
@jakub-rdx don't forget about this. IMHO this will bring much value with a little effort.
Besides on the points @sergiupuhalschi-rdx mentioned I also noticed that in the confirmation screen the bottom button has bigger paddings than than the button in the creation flow. Also should this button be a bottom bar and use a divider? Take a look at the video: selection.webm |
On Congratulations screen the CTA should have a "Continue to" prefix |
already updated |
updated with RadixBotomBar |
…stments # Conflicts: # app/src/main/java/com/babylon/wallet/android/presentation/settings/personas/createpersona/CreatePersonaScreen.kt # designsystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixSecondaryButton.kt
Quality Gate passedIssues Measures |
Description
Screenshot