Merge pull request #3656 from ethcore/jr-scrollable-contract-modals

[beta] scrollable contract deploy & execute modals

Former-commit-id: a93137265e3bc351d45ef358f97da696b1a07c64
This commit is contained in:
Gav Wood 2016-11-28 18:15:29 +01:00 committed by GitHub
commit f7572342af
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default class DeployContract extends Component {
steps={ deployError ? null : steps } steps={ deployError ? null : steps }
title={ deployError ? 'deployment failed' : null } title={ deployError ? 'deployment failed' : null }
waiting={ [1] } waiting={ [1] }
scroll
visible> visible>
{ this.renderStep() } { this.renderStep() }
</Modal> </Modal>

View File

@ -70,6 +70,7 @@ export default class ExecuteContract extends Component {
title='execute function' title='execute function'
busy={ sending } busy={ sending }
waiting={ [1] } waiting={ [1] }
scroll
visible> visible>
{ this.renderStep() } { this.renderStep() }
</Modal> </Modal>