Updated the voting and event decryption pages. On the voting page, added the ability to vote by selecting checkboxes instead of a drop down select menu. This adds flexibility at event creation to specify a wide range of min and max option selections for polls. On the event decryption page, SK validation was added based on the stored trustee PK as well as a dialog to display any validation errors. Most of the updates took place behind the scenes at the backend.
This commit is contained in:
parent
3fd9173666
commit
745fdf06b1
10 changed files with 503 additions and 152 deletions
|
@ -178,4 +178,9 @@ input[type="file"] {
|
|||
|
||||
.overviewPadding {
|
||||
padding-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Voting page */
|
||||
.big-checkbox {
|
||||
width: 30px; height: 30px;
|
||||
}
|
||||
|
|
Reference in a new issue