Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Seed mobile #785

Merged
merged 7 commits into from
Jan 14, 2019
Merged

Seed mobile #785

merged 7 commits into from
Jan 14, 2019

Conversation

valentinewallace
Copy link
Contributor

Closes #581 and #579.

Going to rebase on top of #783 (Auth mobile) when it's merged.

@tanx
Copy link
Contributor

tanx commented Nov 12, 2018

Probably best to rebase this on top of the master once #782 is merged.

@valentinewallace valentinewallace force-pushed the seed-mobile branch 3 times, most recently from 5141556 to 0a5af61 Compare November 15, 2018 02:07
Copy link
Contributor

@tanx tanx left a comment

Choose a reason for hiding this comment

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

Storybook is throwing this error:
bildschirmfoto 2018-11-20 um 17 45 48

@valentinewallace valentinewallace force-pushed the seed-mobile branch 2 times, most recently from a45acd5 to 657e506 Compare November 21, 2018 00:18
@valentinewallace valentinewallace force-pushed the seed-mobile branch 3 times, most recently from 2813ad8 to 028e896 Compare November 29, 2018 01:40
@valentinewallace
Copy link
Contributor Author

@tanx Could I close this in favor of #799 or do you prefer 2 separate PRs?

Copy link
Contributor

@tanx tanx left a comment

Choose a reason for hiding this comment

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

@valentinewallace I gave it a first rough pass. Also, please rebase on the current master.

this._nav.goSelectSeed();
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

This stuff should be in the wallet actions. Auth-mobile is only for PIN and TouchID logic.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

style={styles.title}
keepCase
title="Write down each word and store it in a safe place."
>
Copy link
Contributor

Choose a reason for hiding this comment

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

Title isn't semantically correct here. We should use one of the Text of Copy components.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

</Text>
</View>
);

Title.propTypes = {
title: PropTypes.string,
style: View.propTypes.style,
keepCase: PropTypes.bool,
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing Title shouldn't be necessary if we use a Text or Copy component.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@valentinewallace valentinewallace force-pushed the seed-mobile branch 2 times, most recently from 98d1a6f to 3c049eb Compare December 20, 2018 23:21
Copy link
Contributor

@tanx tanx left a comment

Choose a reason for hiding this comment

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

@valentinewallace I refactored the seed-mobile view, and header components to be a bit more usable. Since we'll probably reuse them in other screens. Let me know what you think.

Gonna review the rest of the PR tomorrow.

Copy link
Contributor

@tanx tanx left a comment

Choose a reason for hiding this comment

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

@valentinewallace I finished reviewing the rest of the PR. Looks really good now 👍 Good to merge from my side if you agree with my changes.

@valentinewallace
Copy link
Contributor Author

@tanx cool, checking it out!

@valentinewallace
Copy link
Contributor Author

@tanx I removed an unnecessary word in the unit tests. Good to merge when you are =]

@tanx tanx merged commit 12d213c into master Jan 14, 2019
@tanx tanx deleted the seed-mobile branch January 14, 2019 03:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants