-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new GUI modal: tabulation confirmation page (#812)
* new GUI modal: tabulation confirmation page * open in finder after tabulation; handle new file creation * handle edge casess: trim CSV ranking, handle moved config file * handle tabulation success/failure/in-progress states * lint * exclude spotbugs error * UI updates * three-step gui tabulation * don't allow change in ballot stats between loading and tabulating * gui improvements / timing * style updates * make the log output faster, and add colors too (#832) * make the log output faster, and add colors too * spruce up the style * Issue 830: prevent lagging * remove unused import * re-enable and fix word wrap * better warning color --------- Co-authored-by: Armin Samii <armin.samii@gmail.com> * comma-separate large number of ballots * Fixes unreliable usage of `.isEmpty()` for Strings in favor of `.isBlank()`; removes "please" from user comms per Google style; addresses nits, minor refactoring, and other clean-up. * address PR comments * only pop up tabulate window if validation passes * Update error message, other PR comments * Fixes bug with `buttonOpenResultsClicked` not opening window to correct location in Windows; fit and finish. * address PR comments * delete temp file on Tabulate Window close * Nits. * PR updates --------- Co-authored-by: Armin Samii <armin.samii@gmail.com> Co-authored-by: HEdingfield <hylton@groupagree.com>
- Loading branch information
1 parent
b3d960f
commit 6171d29
Showing
14 changed files
with
867 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.