-
Notifications
You must be signed in to change notification settings - Fork 449
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
New UI to change password #1781
base: dev
Are you sure you want to change the base?
New UI to change password #1781
Conversation
label = { Text(label) }, | ||
label = { Text( | ||
label, | ||
color = NewUi.primaryColor, |
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.
Can you format these lines of code.
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 already change
) { | ||
|
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.
Can you remove blank lines
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.
Done
focusedBorderColor = Color.Transparent, // Cor da borda quando focado | ||
unfocusedBorderColor = Color.Transparent, // Cor da borda quando não focado | ||
errorBorderColor = Color.Transparent, // Cor da borda quando em erro | ||
disabledBorderColor = Color.Transparent, // Cor da borda quando desabilitado |
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.
And remove these comments too
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.
Done
modifier = Modifier.background(color = Color.White), | ||
|
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.
Remove these extra blank lines..
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.
Done
) | ||
.fillMaxWidth(0.9f) | ||
.padding(vertical = 8.dp), | ||
|
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.
Remove the blank lines
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.
Done
) | ||
Spacer(modifier = Modifier.height(8.dp)) | ||
|
||
|
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.
Remove here too
Run |
Can you upload both Old UI and Updated UI Image |
Commit your changes, i didn't see any |
git
Outdated
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.
Remove this file
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.
Done
@rodrigosouzalopes94 fix this build error
|
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.
Hello @rodrigosouzalopes94 , thanks for the PR but You modified the old OutlinedTextField
and set colors to color.Transparent
. We won't be using that anymore.
Take reference from finance/payment/editProfile screen. also after you are done please attach the figma UI as well
Can you help to make the clean code about these styles? |
it's not about styles, You need to modify |
Done. |
Some fixed blank spaces and remove comments Delete git file Fixed the password screen
121882e
to
08cc8ed
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.
Fixed the conflits
@rodrigosouzalopes94 As I can see, the trailing icon color doesn't match the color as per Figma UI |
I gonna fixed. |
@rodrigosouzalopes94 take a look into this pr #1787 , might helps |
@niyajali can you help @rodrigosouzalopes94 so we can merge this PR |
@rodrigosouzalopes94 Here is the pr #1787 of this module |
Issue Fix
Fixes #{Issue Number}
Jira Task: [MW145]https://mifosforge.jira.com/browse/MW-148
Screenshots
Description
A new change password screen
Apply the
AndroidStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.