From fc58689a86846633c058bbe15c76561b3cd8f105 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Thu, 18 Dec 2025 15:57:42 -0700 Subject: [PATCH] Revamp navigation, progress, and layout components for smoother UX - Add animated hover and gradient effects to PostNavigation - Introduce reading progress bar with shadow and status indicator - Update RelatedPosts and TableOfContents with new styling - Adjust BlogPost layout and index page for consistent design - Hubert The Eunuch --- src/components/PostNavigation.astro | 76 ++++++++------------------ src/components/ReadingProgress.astro | 28 ++++++++-- src/components/RelatedPosts.astro | 2 +- src/components/TableOfContents.astro | 2 +- src/layouts/BlogPost.astro | 80 +++++++++++++++------------- src/pages/blog/index.astro | 10 ++-- 6 files changed, 99 insertions(+), 99 deletions(-) diff --git a/src/components/PostNavigation.astro b/src/components/PostNavigation.astro index 45522d7..d9a5168 100644 --- a/src/components/PostNavigation.astro +++ b/src/components/PostNavigation.astro @@ -20,7 +20,7 @@ const { prevPost, nextPost } = Astro.props; diff --git a/src/components/ReadingProgress.astro b/src/components/ReadingProgress.astro index 63802a6..db2fcbe 100644 --- a/src/components/ReadingProgress.astro +++ b/src/components/ReadingProgress.astro @@ -3,12 +3,20 @@ ---
-
+
+
+ +