-
Notifications
You must be signed in to change notification settings - Fork 2
Chore/figma adaptations #307
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
Conversation
Added a trailing icon button for the event title field and the short description field to match with the figma design.
Redd87
left a comment
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.
Well done! the app is getting more polished everyday. I just had a comment about if we should hide the IconButton but it is debatable, so let me know what you think
app/src/main/java/com/android/unio/ui/authentication/AccountDetails.kt
Outdated
Show resolved
Hide resolved
|
@Redd87 Changes done. |
|



Description
The purpose of this PR is to fix the small inconsistencies between the
Figmaand the actual implementation.Some fields or icons have been forgotten to be implemented, while for others, we had to take different paths so the changes had to be done in the
Figma(obviously not visible in this PR).Motivation and Context
The reason behind this PR is simply to improve consistency between our design and our implementation, and make sure we haven't forgotten to implement anything what was designed.
EventCreation
cleartrailing icon button to event title input field.cleartrailing icon button to event short description field.EventEdit:
cleartrailing icon button to event title input field.cleartrailing icon button to event short description field.EventEditComponents
AccountDetails
cleartrailing icon button to user first name input field.cleartrailing icon button to user last name input field.UserProfileEdition
cleartrailing icon button to user first name input field.cleartrailing icon button to user last name input field.How has this been tested?
What's left:
Other screens need to be checked with the
Figma, will be handled in different PRs (@Redd87 has already started a PR for other screens for instance).