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

Add basic wallet encryption flows #1785

Merged
merged 6 commits into from
Jul 25, 2018
Merged

Add basic wallet encryption flows #1785

merged 6 commits into from
Jul 25, 2018

Conversation

skhameneh
Copy link
Contributor

@skhameneh skhameneh requested a review from neb-b July 18, 2018 19:51
@lbry-bot lbry-bot assigned neb-b and unassigned skhameneh Jul 18, 2018
neb-b
neb-b previously requested changes Jul 20, 2018
Copy link

@neb-b neb-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very very minor styling issue and a question.

onChange={event => this.onChangePassword(event)}
/>
</FormRow>
<FormRow padded>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using FormRow, use <div className="card__actions"><Button />...

onChange={event => this.onChangeUnderstandConfirm(event)}
/>
</FormRow>
<FormRow padded>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, use className="card__actions"

{__(
'Your wallet has been encrypted with a local password, performing this action will remove this password.'
)}
<FormRow padded>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be a FormRow

};
}

updateStatus() {
Lbry.status().then(status => {
this._updateStatusCallback(status);
window.status = status;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

@lbry-bot lbry-bot assigned skhameneh and unassigned neb-b Jul 20, 2018
@skhameneh skhameneh dismissed neb-b’s stale review July 25, 2018 17:46

Addressed comments

@skhameneh skhameneh requested a review from neb-b July 25, 2018 17:46
@lbry-bot lbry-bot assigned neb-b and unassigned skhameneh Jul 25, 2018
@lbry-bot lbry-bot assigned skhameneh and unassigned neb-b Jul 25, 2018
@skhameneh skhameneh merged commit 71bc347 into master Jul 25, 2018
@neb-b neb-b deleted the wallet-encryption branch September 10, 2018 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants