From 45b278a2fcf21a3644c350edbb59afae2fb1c48c Mon Sep 17 00:00:00 2001 From: chark1es Date: Tue, 18 Feb 2025 04:35:41 -0800 Subject: [PATCH] add dynamic view --- src/components/dashboard/EventsSection.astro | 117 +++++--- .../dashboard/EventsSection/EventCheckIn.tsx | 32 +-- .../dashboard/EventsSection/EventLoad.tsx | 119 ++++---- .../dashboard/Officer_EventManagement.astro | 255 +++++++++++------- src/pages/dashboard.astro | 127 ++++++--- 5 files changed, 392 insertions(+), 258 deletions(-) diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index f6ed2cf..7598bd2 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -7,43 +7,63 @@ import EventLoad from "./EventsSection/EventLoad"; ---