From a3573815ed1f6f2cc1388ae91cc7d07eb9980785 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 22 Jun 2018 17:04:55 +0200 Subject: deploy bundle --- .../modules/pix2pixhd/views/pix2pixhd.live.js | 53 ++++++++++++---------- 1 file changed, 30 insertions(+), 23 deletions(-) (limited to 'app/client/modules/pix2pixhd') diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index 22dc8e3..a6da1ec 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -127,29 +127,6 @@ class Pix2PixHDLive extends Component { /> {this.renderRestartButton()} {this.renderRecordButton()} - - { - // now storing frames on server... - }} - > - { - this.props.actions.live.set_param('final_tag', value) - }} - /> - -

{this.props.last_message}

@@ -304,6 +281,7 @@ class Pix2PixHDLive extends Component { title={'GPU Busy'} onClick={() => this.interrupt()} >Interrupt + {this.renderLiveButtons()} ) } @@ -324,6 +302,35 @@ class Pix2PixHDLive extends Component { // // ) } + renderLiveButtons(){ + return ( +
+ + { + // now storing frames on server... + }} + > + { + this.props.actions.live.set_param('final_tag', value) + }} + /> + +
+ ) + } } function timeInSeconds(n){ return n.toFixed(1) + ' s.' -- cgit v1.2.3-70-g09d2