From 9941bacaf12d5155731f314cb6abe02e9e3b37a7 Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 16 Jun 2026 01:12:58 +0200 Subject: [PATCH] fix(events): move My Tickets upcoming/past toggle off the hamburger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The toggle sat in the header's top-right corner, where it collided with the fixed top-right hamburger menu (the Past button rendered behind it). Move it to its own left-aligned row above the tabs — same approach the calendar page uses to clear the hamburger. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/modules/events/views/MyTicketsPage.vue | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/modules/events/views/MyTicketsPage.vue b/src/modules/events/views/MyTicketsPage.vue index d394a2e..94e851f 100644 --- a/src/modules/events/views/MyTicketsPage.vue +++ b/src/modules/events/views/MyTicketsPage.vue @@ -167,7 +167,7 @@ onMounted(async () => {