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

fixing UI. Fixes issue #24 #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

siddhishree
Copy link
Contributor

@siddhishree siddhishree commented Mar 16, 2020

Fixes #24
Made Few UI changes.
Also updated the codepen implementation so the demo is visible at:
https://codepen.io/Siddhi5/full/GRJMqWB

@siddhishree
Copy link
Contributor Author

siddhishree commented Mar 16, 2020

Let me know if any other change is to be made,

Copy link
Collaborator

@yellowwoods12 yellowwoods12 left a comment

Choose a reason for hiding this comment

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

@siddhishree Looks good. Some shadow effects and a change to a bright colour for font would look better. Also kindly make the input fields less wide.

@siddhishree
Copy link
Contributor Author

@yellowwoods12 On it.

@siddhishree
Copy link
Contributor Author

@yellowwoods12 Please review the changes.

@Xtremilicious
Copy link
Contributor

Should I work on this same PR or should I create a separate PR

@yellowwoods12
Copy link
Collaborator

@Xtremilicious create a separate PR referencing the same issue.

Copy link
Collaborator

@yellowwoods12 yellowwoods12 left a comment

Choose a reason for hiding this comment

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

@siddhishree code looks good.Please make the changes visible to the codepen implementation that you provided above.

@siddhishree
Copy link
Contributor Author

siddhishree commented Mar 19, 2020

@yellowwoods12 I've already updated the codepen implementation.

@siddhishree siddhishree reopened this Mar 19, 2020
@siddhishree
Copy link
Contributor Author

@plxity Please review.

Copy link
Member

@AdityaSrivast AdityaSrivast left a comment

Choose a reason for hiding this comment

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

image

@siddhishree the input boxes look kinda blurry. Can you fix it?
It's probably coming from transform property given to .outer_box

@siddhishree
Copy link
Contributor Author

@AdityaSrivast if your talking about the city and state boxes I purposely changed their colour a bit, since input cannot be entered in those boxes.

@siddhishree
Copy link
Contributor Author

@plxity @yellowwoods12 @AdityaSrivast I have already made all the changes. Any updates?

src/index.js Outdated
@@ -46,41 +46,52 @@ class Pincode extends Component {
}
render() {
return (
<div style={this.props.Container}>
<div style={this.props.Container} class="outer_box">
Copy link
Member

Choose a reason for hiding this comment

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

@siddhishree please use className instead of class

src/index.js Outdated
value={this.state.pincode}
id="pincode"
type="number"
style={this.props.pincodeInput}
class="pin"
Copy link
Member

Choose a reason for hiding this comment

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

Similarly for here and other places in the file

@siddhishree
Copy link
Contributor Author

@AdityaSrivast I've made the changes.

@siddhishree
Copy link
Contributor Author

@plxity Please review.

@yellowwoods12
Copy link
Collaborator

@plxity Can you please resolve the conflicts for this one and merge it? We can then modify the other one accordingly.

@plxity
Copy link
Collaborator

plxity commented May 30, 2020

@siddhishree You have to resolve conflicts from your end.

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.

Improve the UI of the module
5 participants