textileio / photos

[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
https://www.textile.photos/
MIT License
241 stars 22 forks source link

cleans up the invite flow, makes more obvious methods #1316

Closed andrewxhill closed 5 years ago

andrewxhill commented 5 years ago

While playing with multipeer I realized that we already solve the first use case, invite nearby. It's part of the native share in ios anyway. So realized that a small UI tweak could just make it more obvious for now.

Previously,

IMG_877C2926DB6F-1

Now,

Screen Shot 2019-08-23 at 11 15 33 AM

Adds an explicit method for Nearby in iOS. Also makes copy it's own button instead of hidden in the native share. Finally, it reuses the List element from the Contacts screens for a bit of consistency.