From: Carl Worth Date: Mon, 29 Jun 2020 15:14:59 +0000 (-0700) Subject: Add some clarifying text to the "Move On" buttons X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=ea6d5ea6192e6c1fe665248f51da203625a26f18;ds=sidebyside Add some clarifying text to the "Move On" buttons Making it more plain to participants that advancing like this will leave some players out of the specific phase. --- diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index bc70a85..0593b04 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -595,7 +595,7 @@ class Ambiguities extends React.PureComponent { className="vote-button" onClick={() => fetch_post_json(`end-judging/${this.props.prompt.id}`) } > - Move On + Move On Without Their Input
{[...this.props.votes].map(v => { return ( @@ -790,7 +790,7 @@ class ActivePrompt extends React.PureComponent { className="vote-button" onClick={() => fetch_post_json(`end-answers/${this.props.prompt.id}`) } > - Move On + Move On Without Their Answers
{[...this.props.votes].map(v => { return (