New UI to change password
Issue Fix
Fixes #{Issue Number} Jira Task: [MW145]https://mifosforge.jira.com/browse/MW-148
Screenshots
| New Screen | Old Screen |
|---|---|
Description
A new change password screen
-
[x] Apply the
AndroidStyle.xmlstyle template to your code in Android Studio. -
[x] Run the unit tests with
./gradlew checkto make sure you didn't break anything -
[x] If you have multiple commits please combine them into one commit by squashing them.
Run ci-prepush.sh bash script before commiting or pushing your changes it will format and check for any errors
Can you upload both Old UI and Updated UI Image
Commit your changes, i didn't see any
@rodrigosouzalopes94 fix this build error
Task :core:designsystem:compileDemoDebugKotlin FAILED e: file:///home/runner/work/mobile-wallet/mobile-wallet/core/designsystem/src/main/kotlin/org/mifospay/core/designsystem/component/TextField.kt:119:25 Unresolved reference 'NewUi'.
Hello @rodrigosouzalopes94 , thanks for the PR but You modified the old
OutlinedTextFieldand set colors tocolor.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?
Can you help to make the clean code about these styles?
it's not about styles, You need to modify MifosTextField that we already have in textfield.kt file.
If you still have any doubts feel free to let me know on Slack.
Done.
Done.
- please update the new UI in your commit message. also, add Figma UI as well
- fix conflicts
- Please squash your commits as well (squash before pulling the remote changes)
Figma UI
New Screen
@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
Already Implemented