|
|
|
@ -320,7 +320,6 @@ struct InscriptionManagerView: View { |
|
|
|
.symbolVariant(filterMode == .all ? .none : .fill) |
|
|
|
.symbolVariant(filterMode == .all ? .none : .fill) |
|
|
|
} |
|
|
|
} |
|
|
|
Menu { |
|
|
|
Menu { |
|
|
|
if tournament.isAnimation() == false { |
|
|
|
|
|
|
|
if tournament.inscriptionClosed() == false { |
|
|
|
if tournament.inscriptionClosed() == false { |
|
|
|
Menu { |
|
|
|
Menu { |
|
|
|
_sortingTypePickerView() |
|
|
|
_sortingTypePickerView() |
|
|
|
@ -339,6 +338,9 @@ struct InscriptionManagerView: View { |
|
|
|
Label("Clôturer", systemImage: "lock") |
|
|
|
Label("Clôturer", systemImage: "lock") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if tournament.isAnimation() == false { |
|
|
|
|
|
|
|
if tournament.inscriptionClosed() == false { |
|
|
|
Divider() |
|
|
|
Divider() |
|
|
|
|
|
|
|
|
|
|
|
Section { |
|
|
|
Section { |
|
|
|
@ -391,7 +393,7 @@ struct InscriptionManagerView: View { |
|
|
|
Text("Masquer les poids des équipes") |
|
|
|
Text("Masquer les poids des équipes") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
rankingDateSourcePickerView(showDateInLabel: true) |
|
|
|
//rankingDateSourcePickerView(showDateInLabel: true) |
|
|
|
|
|
|
|
|
|
|
|
Divider() |
|
|
|
Divider() |
|
|
|
|
|
|
|
|
|
|
|
|