From 7af88c424d9e175bbf62820b939314f5e5793795 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 10 Feb 2025 10:58:24 -0800 Subject: [PATCH] remove old files --- src/pages/profile/index.astro | 393 -------------------------------- src/pages/profile/officer.astro | 327 -------------------------- src/pages/profile/sponsor.astro | 0 3 files changed, 720 deletions(-) delete mode 100644 src/pages/profile/index.astro delete mode 100644 src/pages/profile/officer.astro delete mode 100644 src/pages/profile/sponsor.astro diff --git a/src/pages/profile/index.astro b/src/pages/profile/index.astro deleted file mode 100644 index 15cf7ee..0000000 --- a/src/pages/profile/index.astro +++ /dev/null @@ -1,393 +0,0 @@ ---- -import Layout from "../../layouts/Layout.astro"; -import UserProfile from "../../components/auth/UserProfile.astro"; -import DefaultProfileView from "../../components/profile/DefaultProfileView.astro"; -import OfficerProfileView from "../../components/profile/OfficerView.astro"; -import UserSettings from "../../components/profile/UserSettings.astro"; -import FileViewerModal from "../../components/modals/FileViewerModal"; -import yaml from "js-yaml"; -import profileConfig from "../../config/profileConfig.yaml?raw"; -import textConfig from "../../config/text.yml?raw"; - -const title = "User Profile"; -const config = yaml.load(profileConfig) as any; -const text = yaml.load(textConfig) as any; ---- - - -
-
- -
-

Profile Dashboard

-

- Manage your IEEE UCSD membership and activities -

-
- - -
-
-
-

- Loading your profile... -

-
-
- - - - - - - - - -
- - - -
-
- - - - diff --git a/src/pages/profile/officer.astro b/src/pages/profile/officer.astro deleted file mode 100644 index 3825fed..0000000 --- a/src/pages/profile/officer.astro +++ /dev/null @@ -1,327 +0,0 @@ ---- -import Layout from "../../layouts/Layout.astro"; -import UserProfile from "../../components/auth/UserProfile.astro"; -import yaml from "js-yaml"; -import profileConfig from "../../config/profileConfig.yaml?raw"; -import textConfig from "../../config/text.yml?raw"; - -const title = "Officer Dashboard"; -const config = yaml.load(profileConfig) as any; -const text = yaml.load(textConfig) as any; ---- - - -
-
- -
-

Officer Dashboard

-

- Manage IEEE UCSD membership and view organization statistics -

-
- - -
-
-
-

Loading dashboard...

-
-
- - - - - - -
-
-
- - - - diff --git a/src/pages/profile/sponsor.astro b/src/pages/profile/sponsor.astro deleted file mode 100644 index e69de29..0000000