From 7e45cf7f66327c87a5369b8194fc05ba60fc3755 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 21:28:49 +0100 Subject: Added twitter feed for livestream video --- src/App.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/App.js b/src/App.js index fe5a100..1895e23 100644 --- a/src/App.js +++ b/src/App.js @@ -9,6 +9,7 @@ import ColorIndicator from './ColorIndicator' import ConnectedIndicator from './ConnectedIndicator' import LoadDialog from './LoadDialog' import SaveDialog from './SaveDialog' +import { Timeline } from 'react-twitter-widgets' const tools = [ { @@ -208,6 +209,11 @@ class App extends Component { selectedColor={this.state.selectedColor} onSelectColor={(color) => this.setState({ selectedColor: color })} /> + {/* Embedded tweet showing live stream */} +
{ this.state.showingLoad -- cgit v1.2.3-ZIG