diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index 16240e9..9b382cb 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -161,150 +161,34 @@ {{ loading ? 'Loading...' : 'List My Tournaments' }} -
- Errors: - -
-

Common issues:

- -
+
{{ error }}
+
+ {{ paginationInfo }}
-
-
-

✅ Success!

-

{{ paginationInfo }}

-
- -
- No tournaments found. Create one at - Challonge.com -
- -
- - - -
-
-
-

{{ getTournamentName(tournament) }}

- - {{ getTournamentProp(tournament, 'state') }} - -
-
-

- URL: - {{ getTournamentProp(tournament, 'url') }} -

-

- Type: - {{ getTournamentProp(tournament, 'tournament_type') }} -

-

- Participants: - {{ getTournamentProp(tournament, 'participants_count') }} -

-

- Started: - {{ - formatDate(getTournamentProp(tournament, 'started_at')) - }} -

-
- - - -
-
-

Full Tournament Details

-
-
{{
-                    JSON.stringify(tournamentDetails, null, 2)
-                  }}
-
-
-
- - -
- -
-
-
+ + + +