-
Notifications
You must be signed in to change notification settings - Fork 989
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
[#8446] [Multi-Account] Build account settings for individual wallet #9158
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (18)
|
859cd33
to
3fa607e
Compare
iOS build link does not seem to work, will test on Android tho |
@andmironov please wait for the latest build, ios builds should work, @churik @jakubgs ? |
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.
Bugs I spotted on Android:
- If I change the name of the account and tap "Apply" the keyboards does not get hidden;
- If I change the name of the account it does not change;
- If I change the color of the account it does not change;
- There is an extra margin before "Account name";
- There's no bottom padding below "Storage: This device" (My Nexus' screen height is exactly the same as the height of this screen);
Here's a screenshot with all the margins and paddings issues I'm talking about
sorry @andmironov you were reviewing stale build, i've added bottom padding, but not sure about extra margin before "Account name"; thanks |
73e2801
to
ccdb935
Compare
@siphiuel @dmitryn, please review |
@yenda @siphiuel please review |
{:events [:wallet.accounts/save-account]} | ||
[{:keys [db] :as cofx} account {:keys [name color]}] | ||
(let [{:keys [accounts]} (:multiaccount db) | ||
new-account (cond-> account |
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.
Maybe we can do (merge account new-account)
here to avoid name
/color
duplication.
c57eb90
to
0a386ee
Compare
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
0a386ee
to
1c51731
Compare
fixes #8446
tested on ios simulator, edit account