-
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-3545] Edit persona UI updates #1094
Conversation
contentColor = RadixTheme.colors.gray1, | ||
Scaffold(modifier = modifier, topBar = { | ||
Column { | ||
RadixCenteredTopAppBar( |
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.
Should it have an 'X' button instead of back? Maybe we should check with Aftab because the back icon doesn't make much sense on the bottom sheet here.
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.
Valid point. Waiting for the design for this, updated description
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.
In Zeplin there is a Cancel and Save buttons in the top app bar, but this is not reflected in the current PR. Also, currently, the screen has an X button but it takes full screen and appears animated from right to left.
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.
I don't think this design is accurate, we will most likely use icon on the upper left and Save(or Done) button at the bottom, so not far off from how it looks now
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.
Sounds good. I'll update my PR to reflect this as well.
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 vertical space between components looks smaller than in Zeplin. For example the space between the fields, especially between "Full Name" field and the "Name Order" or the space between the "Add a Field" button and the divider above it.
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.
updated
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.
# Conflicts: # app/src/main/java/com/babylon/wallet/android/presentation/settings/personas/personaedit/PersonaEditScreen.kt # designsystem/src/main/java/com/babylon/wallet/android/designsystem/composable/RadixSecondaryButton.kt
Quality Gate failedFailed conditions |
Description
Note: still waiting for final design regarding X/back button and save button
How to test