|
|
|
|
@ -81,6 +81,13 @@ struct ToolboxView: View { |
|
|
|
|
} label: { |
|
|
|
|
Label("Calculateur de points", systemImage: "scalemass") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NavigationLink { |
|
|
|
|
MatchFormatGuideView() |
|
|
|
|
} label: { |
|
|
|
|
Label("Formats et limites", systemImage: "clock") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Section { |
|
|
|
|
@ -121,7 +128,7 @@ struct ToolboxView: View { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.sheet(isPresented: $displaySearchPlayer, content: { |
|
|
|
|
.fullScreenCover(isPresented: $displaySearchPlayer, content: { |
|
|
|
|
NavigationStack { |
|
|
|
|
SelectablePlayerListView(isPresented: false, lastDataSource: true) |
|
|
|
|
.toolbar(.hidden, for: .tabBar) |
|
|
|
|
|