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

Feature/confirm order #17

Merged
merged 5 commits into from
Apr 29, 2020
Merged

Feature/confirm order #17

merged 5 commits into from
Apr 29, 2020

Conversation

sacOO7
Copy link
Collaborator

@sacOO7 sacOO7 commented Apr 29, 2020

@sacOO7 sacOO7 requested a review from jondubois April 29, 2020 12:15
lisk-dex-electron/src/SignInModal.jsx Outdated Show resolved Hide resolved
lisk-dex-electron/src/PlaceOrder.jsx Show resolved Hide resolved
@sacOO7
Copy link
Collaborator Author

sacOO7 commented Apr 29, 2020

Fixed the code, you can take a look at it @jondubois

@sacOO7 sacOO7 requested a review from jondubois April 29, 2020 14:27
# Conflicts:
#	lisk-dex-electron/src/SignInModal.jsx
@sacOO7 sacOO7 requested a review from jondubois April 29, 2020 17:20
handleSubmit(event) {
event.preventDefault();
this.clearErrors();
if (this.validateOrder()) {
this.placeOrder();
const confirmed = window.confirm(`Are you sure, you want to place this ${this.getOrderType()} order?`);
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure you want to place this... (comma should not be there)

Copy link
Member

@jondubois jondubois left a comment

Choose a reason for hiding this comment

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

One comment.

@jondubois jondubois merged commit 1ca87db into master Apr 29, 2020
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.

Clear the input boxes after submitting a limit or market order
2 participants