From 2a1614edbca4f262423b73baba3b99f7ce413e92 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 10 Feb 2025 15:33:04 -0800 Subject: [PATCH] fixed events check in --- src/components/dashboard/EventsSection.astro | 418 ++++++++++- src/config/dashboard.yaml | 4 + src/config/profileConfig.yaml | 130 ---- src/config/text.yml | 93 --- src/pages/dashboard.astro | 732 +++++++++---------- 5 files changed, 764 insertions(+), 613 deletions(-) create mode 100644 src/config/dashboard.yaml delete mode 100644 src/config/profileConfig.yaml delete mode 100644 src/config/text.yml diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index bb7b29d..a54f49c 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -3,16 +3,414 @@ import { Icon } from "astro-icon/components"; ---