image_issue_sawara #14

Merged
waqas.khurshid merged 2 commits from image_issue_sawara into pre_developmnet_branch 3 days ago
Collaborator
There is no content yet.
sawara.rehman added 2 commits 3 days ago
c4869fa97e Allow nullable cmpCustImage and minor UI/text tweaks
Make cmpCustImage nullable in LoginResponseModel and stop requiring it in the constructor so missing images from the API are accepted. Handle potential nulls in OTPScreenController by coalescing to an empty string when assigning to UserProfileController.cmpCustImage. Update login screen logo asset path/size and remove the BoxFit, and simplify the sign-up first name hint/label from "User First Name" to "First Name". (pubspec.lock was also updated.)
7658174896 Re-enable dashboard refresh actions
Uncommented calls to dashBoardController.fetchDepositAccounts() and dashBoardController.fetchExchangeRates() in the refresh icon's onTap handler so tapping the refresh button now triggers reloading of deposit accounts and exchange rates, restoring the dashboard's refresh behavior.
waqas.khurshid merged commit e1c77f40e0 into pre_developmnet_branch 3 days ago
The pull request has been merged as e1c77f40e0.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b image_issue_sawara pre_developmnet_branch
git pull origin image_issue_sawara

Step 2:

Merge the changes and update on Gitea.
git checkout pre_developmnet_branch
git merge --no-ff image_issue_sawara
git push origin pre_developmnet_branch
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: UCO-Projects/uco-mobile-poc#14
Loading…
There is no content yet.