Skip to content

Commit

Permalink
Pause Independent Workflow (#280)
Browse files Browse the repository at this point in the history
* Update banner text

* Pause Independent Workflow

* Add Note Under Independent Option
  • Loading branch information
wgranger authored and shaunanoordin committed Nov 13, 2018
1 parent 1731b20 commit b800ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const Banner = ({ hideBanner }) => {
return (
<div className="top-banner">
<h2>
Thank you for participating! Please provide feedback on the two workflows
<a href="https://goo.gl/forms/j7HaJMMTPkV4kd5w2" target="blank" rel="noopener noreferrer">here</a>.
This project is undergoing some light maintenance and will resume shortly, with new letters to transcribe!
</h2>
<button onClick={hideBanner}>X</button>
</div>
Expand Down
9 changes: 6 additions & 3 deletions src/containers/ClassifierContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@ class ClassifierContainer extends React.Component {
<div className="project-background" />
<div className="header-panel">Choose how you would like to transcribe</div>
<div className="button-panel flex-row">
<button className="white-green button" onClick={() => { startWorkflow(config.zooniverseLinks.workflowId, VARIANT_TYPES.INDIVIDUAL) }}>
Independent
</button>
<div className="flex-column">
<button className="white-green button" disabled onClick={() => { startWorkflow(config.zooniverseLinks.workflowId, VARIANT_TYPES.INDIVIDUAL) }}>
Independent
</button>
<span>Under maintenance</span>
</div>
<div className="flex-column">
<button className="white-green button" disabled onClick={() => { startWorkflow(config.zooniverseLinks.collabWorkflowId, VARIANT_TYPES.COLLABORATIVE) }}>
Collaborative
Expand Down

0 comments on commit b800ecc

Please sign in to comment.