Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fixes pending/mined transactions in registry dApp #3004

Merged
merged 4 commits into from
Oct 31, 2016

Conversation

ngotchac
Copy link
Contributor

Fixes #2930

Also fixes some small React errors popping out

@ngotchac ngotchac added A0-pleasereview 🤓 Pull request needs code review. M6-ui labels Oct 31, 2016
@@ -49,7 +49,9 @@ export default class Accounts extends Component {
value={ selected ? this.renderAccount(selected) : null }
onChange={ this.onAccountSelect }
iconButtonElement={ accountsButton }
animated={ false }

anchorOrigin={ { horizontal: 'right', vertical: 'top' } }
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we make this a constant, i.e.

const origin = { horizontal: 'right, vertical: 'top' };
...
<SomeTag
  anchorOrigin={ origin }
  targetOrigin={ origin }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@jacogr
Copy link
Contributor

jacogr commented Oct 31, 2016

One small comment, but apart from that, ok.

@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 31, 2016
@gavofyork gavofyork merged commit 8bf577e into master Oct 31, 2016
@gavofyork gavofyork deleted the ng-registry-double-tx branch October 31, 2016 11:56
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3d14d0f on ng-registry-double-tx into * on master*.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pending/Mined transactions doubling up on Registry
4 participants