|
|
@ -37,7 +37,6 @@ public class EditMatchCard extends VerticalLayout { |
|
|
|
private final List<TextField> tenMinuteTextFields = new ArrayList<>(); |
|
|
|
private final List<TextField> fiveMinuteTextFields = new ArrayList<>(); |
|
|
|
private final List<TextField> threeMinuteTextFields = new ArrayList<>(); |
|
|
|
// TODO: autocorrect "/live/game" to "/game/live/" |
|
|
|
private final Button submitButton = new Button("Submit", new Icon(VaadinIcon.CHECK)); |
|
|
|
// TODO: disable when no 6 values in form, and make sure you don't freeze forever when there are wrong entries |
|
|
|
// TODO: use overlapping progress here |
|
|
|