From 96e19464f98b868bd93b76ac842ec5b32a17cfb6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 May 2018 15:58:21 +0200 Subject: means to run remote commands and get output --- app/client/dashboard/gallery.component.js | 1 - app/client/index.jsx | 11 +- app/client/live/player.js | 4 +- app/client/pix2pix/index.js | 255 +----------------------------- app/client/pix2pix/live.component.js | 252 +++++++++++++++++++++++++++++ app/client/socket.js | 20 +++ app/client/system/system.actions.js | 7 + app/client/system/system.component.js | 68 ++++++++ app/client/system/system.reducer.js | 37 +++++ app/client/types.js | 4 + app/relay/index.js | 23 ++- app/relay/interpreters.js | 24 +-- app/relay/runner.js | 26 ++- app/server/index.js | 16 +- 14 files changed, 471 insertions(+), 277 deletions(-) create mode 100644 app/client/pix2pix/live.component.js create mode 100644 app/client/system/system.actions.js create mode 100644 app/client/system/system.component.js (limited to 'app') diff --git a/app/client/dashboard/gallery.component.js b/app/client/dashboard/gallery.component.js index 0b13cfe..8db7032 100644 --- a/app/client/dashboard/gallery.component.js +++ b/app/client/dashboard/gallery.component.js @@ -15,7 +15,6 @@ class Gallery extends Component { ) }) - imageList.push(imageList[0]) return (