From 599d3e0758d6f1a3cf5ce69cfc03eab484c3ff17 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jul 2020 22:43:31 +0200 Subject: styling the sections --- .../views/viewer/sections/viewer.sections.nav.js | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js') diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js new file mode 100644 index 0000000..a619d81 --- /dev/null +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js @@ -0,0 +1,43 @@ +import React, { Component } from 'react' +// import { Link } from 'react-router-dom' +import { connect } from 'react-redux' + +import actions from 'app/actions' +import { Arrow } from '../nav/viewer.icons' + +class ViewerSectionsNav extends Component { + componentDidMount() { + } + + render() { + const { } = this.props + return ( +
+
+
+ + + {'Share'} + +
+
+ + + {'Checklist'} + +
+
+ actions.viewer.showSection('transcript')}> + {'Transcript'} + +
+
+
+ ) + } +} + +const mapStateToProps = state => ({ +}) + +export default connect(mapStateToProps)(ViewerSectionsNav) -- cgit v1.2.3-70-g09d2