From 5d1b088b07feafaf36aa37bc9342f911029f6e6c Mon Sep 17 00:00:00 2001
From: DrMint <29893320+DrMint@users.noreply.github.com>
Date: Sun, 10 Mar 2024 18:32:18 +0100
Subject: [PATCH] Remove all unready features
---
TODO.md | 8 +++++++
.../AppLayout/components/Footer.astro | 18 ++++++++------
.../AppLayout/components/Html.astro | 9 +++++++
.../AppLayout/components/Topbar/Topbar.astro | 12 ++++------
src/pages/[locale]/about.astro | 7 ------
src/pages/[locale]/archives.astro | 7 ------
src/pages/[locale]/contact.astro | 7 ------
src/pages/[locale]/discord.astro | 6 +----
src/pages/[locale]/index.astro | 24 ++++++++++---------
src/pages/[locale]/timeline.astro | 7 ------
src/pages/[locale]/videos.astro | 7 ------
11 files changed, 47 insertions(+), 65 deletions(-)
delete mode 100644 src/pages/[locale]/about.astro
delete mode 100644 src/pages/[locale]/archives.astro
delete mode 100644 src/pages/[locale]/contact.astro
delete mode 100644 src/pages/[locale]/timeline.astro
delete mode 100644 src/pages/[locale]/videos.astro
diff --git a/TODO.md b/TODO.md
index 94f656a..4ae27f5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,6 +7,14 @@
## Long term
+- The Chronicles
+- The Changelog
+- Grid view (all files)
+- Web archives
+- Videos
+- Timeline page
+- Contact page
+- About us page
- Global search function
- Convert Rich text to simple text for indexing and open graph purposes
- Anonymous comments
diff --git a/src/components/AppLayout/components/Footer.astro b/src/components/AppLayout/components/Footer.astro
index 60f2777..8395eb7 100644
--- a/src/components/AppLayout/components/Footer.astro
+++ b/src/components/AppLayout/components/Footer.astro
@@ -36,19 +36,19 @@ const contactLabel = `${t("footer.socials.contact.title")} - ${t(
{t("footer.links.home.title")}
- +{"Contents"}
- +{"Chronicles"}
- +{"Changelog"}
- +{t("footer.links.timeline.title")}
@@ -56,11 +56,11 @@ const contactLabel = `${t("footer.socials.contact.title")} - ${t({t("footer.links.gallery.title")}
- +{t("footer.links.videos.title")}
- +{t("footer.links.webArchives.title")}
@@ -104,7 +104,11 @@ const contactLabel = `${t("footer.socials.contact.title")} - ${t(