Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Fix #193 - Responsive version Header, Login and signup fixes #212

Merged
merged 19 commits into from
Jan 9, 2019

Conversation

apanizo
Copy link
Contributor

@apanizo apanizo commented Jan 8, 2019

Description
This PR implements mostly all bugs referenced in #193, basically, it solves bugs reported in Header's Menu, login and signup views, for making them more responsive in phones.

Also, by reference, it closes #193 #176 #175 #174 #180 #173

Basically, it solves:

  • Header activated route
  • Fixed error in set name input field
  • Fixes UI bugs for Header signup I & II, and login

@apanizo apanizo added this to Needs review in Development - Demo Wallet 📯 via automation Jan 8, 2019
@apanizo
Copy link
Contributor Author

apanizo commented Jan 8, 2019

Travis automatic deployment:
https://pr212-104_wallet-demo_iov.surge.sh

Storybook book automatic deployment:
https://storybook_pr212-104_wallet-demo_iov.surge.sh

@@ -19,7 +19,10 @@ export function openHoc<T>(
{ open: false, visited: false },
{
toggle: (state: OpenType) => () => ({ open: !state.open, visited: true }),
clickAway: () => () => ({ open: false, visited: true }),
clickAway: () => () => {
console.log("On clickaway");
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this required?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No hehehehe

<Typography variant="h4" color="primary" inline>
{`${primaryTitle}\u00a0`}
{`${primaryTitle} `}
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it is better to use {primaryTitle} ?

{phone => (
<Block className={classes.container} padding={phone ? "lg" : "xxl"} margin="xxl" align="right">
<Typography variant="subtitle1" inline>
{"Don't have an IOV wallet?\u00a0"}
Copy link
Contributor

Choose a reason for hiding this comment

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

what do you think about using &nbsp; instead of \u00a0 i think it is more easy to read and will allow you to use it directly in code without curly braces and variable substitution.

Copy link
Contributor

@albertandrejev albertandrejev left a comment

Choose a reason for hiding this comment

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

Everything is good. Please check small notices. Maybe I am wrong with them.

@apanizo
Copy link
Contributor Author

apanizo commented Jan 9, 2019

Travis automatic deployment:
https://pr212-24_wallet-demo_iov.surge.sh

Storybook book automatic deployment:
https://storybook_pr212-24_wallet-demo_iov.surge.sh

Development - Demo Wallet 📯 automation moved this from Needs review to Reviewer approved Jan 9, 2019
@apanizo apanizo merged commit ab9872d into master Jan 9, 2019
Development - Demo Wallet 📯 automation moved this from Reviewer approved to Done Jan 9, 2019
@apanizo apanizo deleted the fix/#193-responsive-fixes branch January 9, 2019 14:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Responsive wallet app
2 participants