-
Notifications
You must be signed in to change notification settings - Fork 168
Select autopilot during wallet setup. #1258
Conversation
| </Text> | ||
| <View style={styles.list}> | ||
| <SettingItem | ||
| name="Use autopilot (recommended)" |
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.
I added the word "recommended" because I think it's an improvement. Feel free to request removal if you prefer.
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.
makes sense 👍
1d2c25c to
c82ca59
Compare
tanx
left a comment
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.
@valentinewallace I rebased this on master and made some suggestions...
src/component/setting.js
Outdated
| <View style={iStyles.left}> | ||
| <Text style={iStyles.name}>{name}</Text> | ||
| {copy ? <Text style={iStyles.copy}>{copy}</Text> : null} | ||
| </View> |
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.
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.
Thanks, must've been in a hurry hah
| </Text> | ||
| <View style={styles.list}> | ||
| <SettingItem | ||
| name="Use autopilot (recommended)" |
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.
makes sense 👍
|
Updated @tanx :) |
440dabf to
95e022a
Compare
tanx
left a comment
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.
@valentinewallace Thanks for the changes. I tweaks some styles but otherwise LGTM 👍


Closes #1167. Tested in an iOS build. I didn't add the feature to desktop.