-
Notifications
You must be signed in to change notification settings - Fork 984
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
[#10195] Delete multiaccount #10955
[#10195] Delete multiaccount #10955
Conversation
2da729f
to
c141ca1
Compare
Jenkins BuildsClick to see older builds (20)
|
c141ca1
to
9feee9c
Compare
6cdc477
to
5c4a56a
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.
Couple of nitpicky things, but looks good 👏
Excited to being able to clean up multi accounts!
modules/react-native-status/android/src/main/java/im/status/ethereum/module/StatusModule.java
Outdated
Show resolved
Hide resolved
modules/react-native-status/android/src/main/java/im/status/ethereum/module/StatusModule.java
Outdated
Show resolved
Hide resolved
(if keycard? | ||
[keycard-pin] | ||
[quo/text-input | ||
{:style {:margin-horizontal 36 |
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.
Don't we have pre-defined styles for this sort of thing?
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.
would be nice, @Ferossgp any ideas?
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.
For now, we do not have a component which will manage spacing, but I'm looking at this approach https://github.com/mobily/stacks
cc @johnlea-quiup |
src/status_im/ui/screens/privacy_and_security_settings/delete_profile.cljs
Outdated
Show resolved
Hide resolved
src/status_im/ui/screens/privacy_and_security_settings/views.cljs
Outdated
Show resolved
Hide resolved
695a664
to
1b0c563
Compare
1b0c563
to
1079128
Compare
Great work @rasom ! Tested
Issue 1 (see image 1)Current: On iOS, chevron is shown on list item indicating profile name is tappable |
Tested on Android 10 when
Looks good to me! |
1079128
to
10a8147
Compare
fix #10195
It is not implemented fort keycard yet, but the main purpose if it is to allow users to migrate to keycard, so that can be handled in a separate PR.
status: ready