-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add config table and analytics opt out on first load #39
Conversation
0dc6b28
to
fa658c1
Compare
fa658c1
to
0904a39
Compare
@@ -83,7 +83,6 @@ async function accounts(msg: AccountsRequest): Promise<AccountsResponse> { | |||
await addKeypair(KEY_PATH); | |||
} | |||
const kp = await localKeypair(KEY_PATH); | |||
logger.info('accounts', { net, pubKey: kp.publicKey }); |
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.
not relevant to PR but I don't think this adds much any more
0904a39
to
feeb7a3
Compare
I don't know what "Start" means - is that the "ok" button? I'm confused as to why there are 3 buttons on this page - can the toggle use a more standard UI for toggling? |
Y, I can change to "OK"
reached for react bootstrap cause it was right there, but maybe over complicated, perhaps just a checkbox will do |
ah womp, 'switch' component was what i actually wanted to start and i didn't know that's what it was called |
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.
yass, LGTM
This was the last thing I wanted to get done before open sourcing. Users should be aware of analytics and able to opt out.