From af8b8d4a7bd58d6355665a962e587c149f03cf16 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 10:36:40 +0200 Subject: display status message and stuff --- app/client/modules/pix2pix/views/pix2pix.live.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/client/modules/pix2pix/views') diff --git a/app/client/modules/pix2pix/views/pix2pix.live.js b/app/client/modules/pix2pix/views/pix2pix.live.js index ae68307..31c2bde 100644 --- a/app/client/modules/pix2pix/views/pix2pix.live.js +++ b/app/client/modules/pix2pix/views/pix2pix.live.js @@ -3,7 +3,7 @@ import { bindActionCreators } from 'redux' import { connect } from 'react-redux' import { - ParamGroup, Player, + ParamGroup, Param, Player, Slider, Select, Button, Loading } from '../../../common/' @@ -137,6 +137,8 @@ class Pix2PixLive extends Component { > Save + +

{this.props.last_message}

@@ -297,6 +299,7 @@ function timeInSeconds(n){ return (n / 10).toFixed(1) + ' s.' } const mapStateToProps = state => ({ + last_message: state.live.last_message, opt: state.live.opt, frame: state.live.frame, checkpoints: state.live.checkpoints, -- cgit v1.2.3-70-g09d2