-
Notifications
You must be signed in to change notification settings - Fork 168
[WIP] Add seed selection screen to mobile. #782
Conversation
7c2dcad to
12b9576
Compare
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 rebased this on master, cleaned it up a bit, and refactored some of the components to render correctly using media queries. Let me know what you think. Good to merge from my side.
|
|
||
| const baseStyles = { | ||
| content: { | ||
| justifyContent: 'center', |
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.
@tanx That's my only question. Otherwise, I'm good to merge!
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.
You guys keep resizing the window to these totally unrealistic sizes 😂
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.
Otherwise, I'm good to merge!
ok thanks 🙏


Selection screen is done, but I'm still working on the actual seed screens. Still only testing on Android so far.
Closes #579