From c07d6b70273e9d5175a45e1be83376b21c8fd0f9 Mon Sep 17 00:00:00 2001 From: Starstrike Date: Thu, 1 May 2025 13:18:00 -0400 Subject: [PATCH] UI: Reorganize action buttons to be consistently placed under page titles --- frontend/src/components/EventAdmin.tsx | 60 ++++++++++++-------------- frontend/src/components/EventView.tsx | 18 ++++---- 2 files changed, 38 insertions(+), 40 deletions(-) diff --git a/frontend/src/components/EventAdmin.tsx b/frontend/src/components/EventAdmin.tsx index 10a768e..1d8cd28 100644 --- a/frontend/src/components/EventAdmin.tsx +++ b/frontend/src/components/EventAdmin.tsx @@ -400,16 +400,33 @@ const EventAdmin: React.FC = () => { > - - + + {event.title} - Admin - + + + + + @@ -426,19 +443,9 @@ const EventAdmin: React.FC = () => { {/* Add items status section */} - - - Items Status - - - - + + Items Status + @@ -565,17 +572,6 @@ const EventAdmin: React.FC = () => { - - - - { > - - + + {event.title} - RSVPs - + + +