From da4711581ada825deebb4a6645addbcf23b3a495 Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Fri, 13 Mar 2020 14:55:48 -0400 Subject: [PATCH] Responsive instructor toolbar and progressive disclosure (#29) TNL-7072 --- src/courseware/InstructorToolbar.jsx | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/courseware/InstructorToolbar.jsx b/src/courseware/InstructorToolbar.jsx index b6a34d8a..a682e32c 100644 --- a/src/courseware/InstructorToolbar.jsx +++ b/src/courseware/InstructorToolbar.jsx @@ -1,6 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; +import { Collapsible } from '@edx/paragon'; function InstructorToolbar(props) { // TODO: Only render this toolbar if the user is course staff @@ -10,11 +11,24 @@ function InstructorToolbar(props) { return (
-
-
-

- You are currently previewing the new learning sequence experience. This preview is to allow for early content testing, especially for custom content blocks, with the goal of ensuring it renders as expected in the next experience. You can learn more through the following Partner Portal post. Please report any issues or provide feedback using the linked form. -

+
+
+ + You are currently previewing the new learning sequence experience. + + + More info → + + + + This preview is to allow for early content testing, especially for custom content blocks, with the goal of ensuring it renders as expected in the next experience. You can learn more through the following Partner Portal post. Please report any issues or provide feedback using the linked form. + + + Close × + + + +