From e1dccb6ff05d1247d5d48178bb113fe207ecc3e2 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Mon, 16 Mar 2026 14:12:20 +0100 Subject: [PATCH] feat(OfficialTournaments): redesign tournament management interface - Introduced a new admin panel for importing tournaments via PDF upload, enhancing user experience for tournament management. - Reorganized the layout to include tabs for events and participations, improving navigation and accessibility of tournament data. - Updated event listing with options to edit and delete tournaments, streamlining tournament management tasks. - Enhanced the visual presentation with clearer headers and descriptions for better user guidance. --- frontend/src/views/OfficialTournaments.vue | 991 +++++++++++++++------ 1 file changed, 734 insertions(+), 257 deletions(-) diff --git a/frontend/src/views/OfficialTournaments.vue b/frontend/src/views/OfficialTournaments.vue index c1a63f1b..745050de 100644 --- a/frontend/src/views/OfficialTournaments.vue +++ b/frontend/src/views/OfficialTournaments.vue @@ -1,259 +1,242 @@