From c05f49f1cd5683b868c82e453a76aec185bcbe01 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Oct 2020 15:19:17 +0200 Subject: refactor viewer sections list, share, subscribe, subscription form --- .../viewer/sections/viewer.sections.subscribe.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 animism-align/frontend/app/views/viewer/sections/viewer.sections.subscribe.js (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.subscribe.js') diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.subscribe.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.subscribe.js new file mode 100644 index 0000000..24ccf99 --- /dev/null +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.subscribe.js @@ -0,0 +1,21 @@ +import React, { Component } from 'react' + +import actions from 'app/actions' +import { Arrow } from '../nav/viewer.icons' +import SubscriptionForm from '../forms/subscription.form' + +export default class ViewerSectionsShare extends Component { + render() { + return ( +
+
+ +
+
actions.viewer.hideComponent('subscribe')}> + + {'Subscribe'} +
+
+ ) + } +} -- cgit v1.2.3-70-g09d2