-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/adding association new attributes #364
Conversation
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 work on associations ! I asked for minor changes but otherwise it's looking amazing ! 💯
stringResource(R.string.association_details_contact), | ||
style = MaterialTheme.typography.titleSmall | ||
) | ||
Spacer(modifier = Modifier.height(verticalSpace)) |
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.
This spacer is a bit too big in my opinion
app/src/main/res/values/strings.xml
Outdated
@@ -130,5 +130,6 @@ | |||
<string name="authentication_error_email_is_required">Email is required</string> | |||
<string name="authentication_password_too_short">Password must be at least 8 characters</string> | |||
<string name="authentication_error_passwords_do_not_match">Passwords do not match</string> | |||
<string name="association_details_contact">Contact:</string> |
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.
you should add a space between contact and the column (Contact :)
5921644
to
ad20ae0
Compare
7a9bdfb
to
86dd57f
Compare
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 changes ! It's perfect now !
Quality Gate passedIssues Measures |
Incorporation of the new attributes in the UI :