From eed12be06dc810f9cb4331418c97d03005406ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 23 Mar 2026 14:48:46 +0100 Subject: [PATCH] feat(changelog): make release sections collapsible Add toggle buttons for changelog sections with item counts and chevrons Style expanded states and responsive layout for the new controls --- src/pages/changelog.astro | 129 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index c547bb0..8d1d7b9 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -837,6 +837,63 @@ import BaseLayout from '../layouts/BaseLayout.astro'; + +