An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Small UI Tweaks

jdpigeon e5e63b7a a4bfd968

+13 -9
+4 -4
app/components/DesignComponent/index.js
··· 122 122 /> 123 123 </Grid.Column> 124 124 <Grid.Column width={6} verticalAlign="middle"> 125 - <Segment as="p" basic> 125 + <p> 126 126 Subjects will view a series of images of{' '} 127 127 <b> faces and houses</b> for <b>120 seconds</b> 128 - </Segment> 129 - <Segment as="p" basic> 128 + </p> 129 + <p> 130 130 Subjects will mentally note which stimulus they are perceiving 131 - </Segment> 131 + </p> 132 132 <PreviewButton 133 133 isPreviewing={this.state.isPreviewing} 134 134 onClick={this.handlePreview}
+4 -4
app/components/HomeComponent/OverviewComponent.js
··· 63 63 /> 64 64 </Grid.Column> 65 65 <Grid.Column width={6} verticalAlign="middle"> 66 - <Segment as="p" basic> 66 + <p> 67 67 Subjects will view a series of images of{' '} 68 68 <b> faces and houses</b> for <b>120 seconds</b> 69 - </Segment> 70 - <Segment as="p" basic> 69 + </p> 70 + <p> 71 71 Subjects will mentally note which stimulus they are perceiving 72 - </Segment> 72 + </p> 73 73 <PreviewButton 74 74 isPreviewing={this.state.isPreviewing} 75 75 onClick={this.handlePreview}
+1 -1
app/components/HomeComponent/index.js
··· 46 46 constructor(props: Props) { 47 47 super(props); 48 48 this.state = { 49 - activeStep: HOME_STEPS.RECENT, 49 + activeStep: HOME_STEPS.NEW, 50 50 recentWorkspaces: [], 51 51 isNewExperimentModalOpen: false, 52 52 isOverviewComponentOpen: false,
+4
app/components/styles/collect.css
··· 30 30 padding: 3% !important; 31 31 } 32 32 33 + .preTestPushable { 34 + height: 100vh !important; 35 + } 36 + 33 37 .previewColumn { 34 38 height: 100%; 35 39 }