Skip to content
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

UI changes for CIP-8 #5969

Closed
gnardini opened this issue Nov 30, 2020 · 0 comments · Fixed by #5970
Closed

UI changes for CIP-8 #5969

gnardini opened this issue Nov 30, 2020 · 0 comments · Fixed by #5970

Comments

@gnardini
Copy link
Contributor

This is part of #5431

Expected Behavior

User can set their profile picture during the onboarding and edit it afterwards from settings.
User now sets their phone number when verifying, not before.

Current Behavior

User sets name and phone number at the same time and can't set a profile picture.

@gnardini gnardini self-assigned this Nov 30, 2020
@mergify mergify bot closed this as completed in #5970 Jan 28, 2021
mergify bot pushed a commit that referenced this issue Jan 28, 2021
### Description

First, I know the PR looks big, and it is, but the number of lines changed is misleading, it's mostly snapshot files and a big file rename (`NameAndNumber` -> `NameAndPicture`).

Adds pictures to the Wallet. On the onboarding, user is not prompted to use their phone number until the verification step and they are asked for their name and a picture instead. They can change these two things on the "Edit Profile" option on settings. The image is shown in the drawer, but it's not used elsewhere yet and things are not being stored using CIP-8 yet.

### Other changes

I tried not to add unneeded things because of the size of the PR. I guess I could have left out the Profile screen changes for another PR.

### Tested

On physical iOS and Android devices.

Screenshots:
<img width="353" alt="Screen Shot 2021-01-28 at 14 36 37" src="https://user-images.githubusercontent.com/6062888/106176998-ba9fc480-6176-11eb-8be5-7b80f8fa823a.png">
<img width="345" alt="Screen Shot 2021-01-28 at 14 36 48" src="https://user-images.githubusercontent.com/6062888/106177009-bd9ab500-6176-11eb-92bc-61d6e822e069.png">
<img width="356" alt="Screen Shot 2021-01-28 at 14 37 02" src="https://user-images.githubusercontent.com/6062888/106177011-becbe200-6176-11eb-8175-df32ed93f372.png">
<img width="333" alt="Screen Shot 2021-01-28 at 14 37 44" src="https://user-images.githubusercontent.com/6062888/106177014-bffd0f00-6176-11eb-91e8-fc58035e31bd.png">
<img width="324" alt="Screen Shot 2021-01-28 at 14 38 08" src="https://user-images.githubusercontent.com/6062888/106177016-bffd0f00-6176-11eb-9086-5c4b41dfe795.png">
<img width="325" alt="Screen Shot 2021-01-28 at 14 38 14" src="https://user-images.githubusercontent.com/6062888/106177017-c095a580-6176-11eb-8052-bb3d4b308c55.png">
<img width="334" alt="Screen Shot 2021-01-28 at 14 39 33" src="https://user-images.githubusercontent.com/6062888/106177024-c12e3c00-6176-11eb-9ce6-007909874c25.png">



### Related issues

- Fixes #5969 & #4159

### Backwards compatibility

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants