Skip to content

Commit

Permalink
For user study we will not need the project selector. The students wi…
Browse files Browse the repository at this point in the history
…ll get a single project.
  • Loading branch information
kajdreef committed Dec 22, 2020
1 parent 5922bc3 commit 9efd035
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions src/components/common/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const Navbar = () => {
<li>
<Link to="/visualization">Visualization</Link>
</li>
<li>
<Link to="/history">History</Link>
</li>
</ul>
</nav>
);
Expand Down
13 changes: 0 additions & 13 deletions src/components/routes/TestMatrixView.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,19 +237,6 @@ class TestMatrixView extends Component {

<div id='toolbox'>
<h4>Toolbar</h4>
<Accordion expanded={this.state.expanded === 'panel1'} onChange={handleChange('panel1')}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="data-set-selector"
>
<span>Project selector</span>
</AccordionSummary>
<AccordionDetails className="accordion-block">
<Menu title="Projects" onChange={this.onProjectChange} entries={this.state.projects} reset={this.state.reset} updateReset={this.updateReset}/>
<Menu title="Commit" onChange={this.onCommitChange} entries={this.state.commits} reset={this.state.reset} updateReset={this.updateReset}/>
</AccordionDetails>
</Accordion>
<Accordion expanded={this.state.expanded === 'panel2'} onChange={handleChange('panel2')}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
Expand Down

0 comments on commit 9efd035

Please sign in to comment.