From 2ff0896a98a72219bc357d20245495c2f32e385c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 11 Jan 2020 14:46:01 +0100 Subject: deploy bundle --- app/client/modules/biggan/views/biggan.categoryList.js | 1 - app/client/modules/biggan/views/biggan.encodingList.js | 8 +++++++- app/client/modules/biggan/views/biggan.live.js | 11 ++--------- 3 files changed, 9 insertions(+), 11 deletions(-) (limited to 'app/client/modules') diff --git a/app/client/modules/biggan/views/biggan.categoryList.js b/app/client/modules/biggan/views/biggan.categoryList.js index 7d38efc..d435023 100644 --- a/app/client/modules/biggan/views/biggan.categoryList.js +++ b/app/client/modules/biggan/views/biggan.categoryList.js @@ -116,7 +116,6 @@ class BigGANCategoryList extends Component { const mapStateToProps = state => ({ opt: state.live.opt, - frame: state.live.frame, biggan: state.module.biggan, }) diff --git a/app/client/modules/biggan/views/biggan.encodingList.js b/app/client/modules/biggan/views/biggan.encodingList.js index 8ebf05b..d12fb81 100644 --- a/app/client/modules/biggan/views/biggan.encodingList.js +++ b/app/client/modules/biggan/views/biggan.encodingList.js @@ -31,7 +31,13 @@ class BigGANEncodingList extends Component { return (
- {this.props.last_message} + {frame.i ? +
+ Frame #{frame.i} + {frameTimestamp(frame.i)} +
+ :
+ }
@@ -46,13 +46,7 @@ class BigGANLive extends Component {
- {frame.i ? -
- Frame #{frame.i} - {frameTimestamp(frame.i)} -
- :
- } + {this.props.last_message}
@@ -186,7 +180,6 @@ class BigGANLive extends Component { const mapStateToProps = state => ({ fullscreen: state.live.fullscreen, opt: state.live.opt, - frame: state.live.frame, runner: state.system.runner, i18n: state.system.i18n.strings, biggan: state.module.biggan, -- cgit v1.2.3-70-g09d2