-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display which users a choice conflicts with on the finalisation screen
Previously, if a conflicting choice was made, the two offending rows would turn BRIGHT RED, but no other feedback was visible -- since the other row would frequently be scrolled off the screen, this is not exactly the most helpful way the application could tell the user that something is wrong ("you did something wrong, but I'm not going to tell you what it is"). Now, the name of the user(s) with which a choice conflicts is/are displayed on the right-hand side of the table. That space is reserved even if there is currently no conflict, since having the table jump around underneath you if you choose a conflicting project is even worse than the existing behaviour! See #14.
- Loading branch information
Showing
1 changed file
with
36 additions
and
19 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