Additional vote features

This commit is contained in:
Nico 2020-04-26 02:41:26 +02:00
parent fe7398faef
commit 7bb0aa7488
5 changed files with 62 additions and 32 deletions

View file

@ -212,6 +212,8 @@ template(name="cardDetails")
else
.card-label.card-label-green {{ voteCountPositive }}
.card-label.card-label-red {{ voteCountNegative }}
unless ($and currentBoard.isPublic voteAllowNonBoardMembers )
.card-label.card-label-gray {{ voteCount }} {{_ 'r-of' }} {{ currentBoard.activeMembers.length }}
+viewer
= getVoteQuestion
button.card-details-green.js-vote.js-vote-positive(class="{{#if voteState}}voted{{/if}}") {{_ 'vote-for-it'}}
@ -572,9 +574,17 @@ template(name="cardStartVotingPopup")
.fields
label(for="vote") {{_ 'vote-question'}}
input.js-vote-field#vote(type="text" name="vote" value="{{card.getVoteQuestion}}" autofocus)
label(for="vote-public") {{_ 'vote-public'}}
a.js-toggle-vote-public
.check-div
a.flex.js-toggle-vote-public
.materialCheckBox#vote-public(name="vote-public")
span {{_ 'vote-public'}}
.check-div
a.flex.js-toggle-vote-allow-non-members
.materialCheckBox#vote-allow-non-members(name="vote-allow-non-members")
span {{_ 'allowNonBoardMembers'}}
//- label(for="vote-public") {{_ 'vote-public'}}
//- a.js-toggle-vote-public
//- .materialCheckBox#vote-public(name="vote-public")
button.primary.confirm.js-submit {{_ 'save'}}
//- button.js-remove-color.negate.wide.right {{_ 'delete'}}