diff --git a/src/app/components/games/GameList.vue b/src/app/components/games/GameList.vue new file mode 100644 index 0000000..0eaba7d --- /dev/null +++ b/src/app/components/games/GameList.vue @@ -0,0 +1,15 @@ + + list + + + + + diff --git a/src/app/components/games/GeneratorConfig.vue b/src/app/components/games/GeneratorConfig.vue new file mode 100644 index 0000000..9823551 --- /dev/null +++ b/src/app/components/games/GeneratorConfig.vue @@ -0,0 +1,25 @@ + + + Generator + Configure the generator to generate your personal fixture + schedule. + + Generate fixtures + + + + + + + diff --git a/src/app/components/teams/AddTeam.vue b/src/app/components/teams/AddTeam.vue index 066d265..037b523 100644 --- a/src/app/components/teams/AddTeam.vue +++ b/src/app/components/teams/AddTeam.vue @@ -1,20 +1,22 @@ - - - - - - - - - + + Add a participant + List of the participants + + + + + + + + + + - - - - + {{ $t('teams.add.submit') }} - - - - {{ $t('teams.add.failed') }} - - {{ $t('common.close') }} - - - + + {{ $t('teams.add.failed') }} + + {{ $t('common.close') }} + + + + + - + diff --git a/src/app/components/teams/TeamList.vue b/src/app/components/teams/TeamList.vue index d2057cc..0a36163d 100644 --- a/src/app/components/teams/TeamList.vue +++ b/src/app/components/teams/TeamList.vue @@ -1,28 +1,32 @@ - - + + List of the participants + List of the participants + + - - - No teams yet - Add teams to start your tournament - + + + No teams yet + Add teams to start your tournament + - - - removed(teamIndex)" - /> - - - - + + + removed(teamIndex)" + /> + + + + + + +
Add teams to start your tournament