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( - + diff --git a/src/components/AppLayout/components/Html.astro b/src/components/AppLayout/components/Html.astro index ca0d800..b766dbf 100644 --- a/src/components/AppLayout/components/Html.astro +++ b/src/components/AppLayout/components/Html.astro @@ -523,6 +523,15 @@ const { currentTheme } = Astro.locals; scrollbar-color: var(--color-base-650) transparent; } + .DEV_TODO { + display: none !important; + visibility: none !important; + opacity: 0 !important; + height: 0 !important; + width: 0 !important; + overflow: hidden !important; + } + @media print { .when-no-print { display: none !important; diff --git a/src/components/AppLayout/components/Topbar/Topbar.astro b/src/components/AppLayout/components/Topbar/Topbar.astro index cbefd53..aec14e5 100644 --- a/src/components/AppLayout/components/Topbar/Topbar.astro +++ b/src/components/AppLayout/components/Topbar/Topbar.astro @@ -35,10 +35,13 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); }
- +
@@ -35,7 +35,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);

{t("home.librarySection.title")}

- +

-
+

{t("home.chroniclesSection.title")}

@@ -90,7 +90,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);
-
+

{t("home.changesSection.title")}

@@ -102,7 +102,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);

-
+

{t("home.moreSection.title")}

@@ -158,12 +158,14 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); subtitle={t("footer.socials.github.subtitle")} href="https://github.com/Accords-Library" /> - +
+ +
diff --git a/src/pages/[locale]/timeline.astro b/src/pages/[locale]/timeline.astro deleted file mode 100644 index 99d6f23..0000000 --- a/src/pages/[locale]/timeline.astro +++ /dev/null @@ -1,7 +0,0 @@ ---- -import AppLayout from "components/AppLayout/AppLayout.astro"; ---- - -{/* ------------------------------------------- HTML ------------------------------------------- */} - - diff --git a/src/pages/[locale]/videos.astro b/src/pages/[locale]/videos.astro deleted file mode 100644 index 99d6f23..0000000 --- a/src/pages/[locale]/videos.astro +++ /dev/null @@ -1,7 +0,0 @@ ---- -import AppLayout from "components/AppLayout/AppLayout.astro"; ---- - -{/* ------------------------------------------- HTML ------------------------------------------- */} - -