From 67392d93b35bb33624c0d007d9ee43cc4f6e43e0 Mon Sep 17 00:00:00 2001 From: FinkeFlo Date: Thu, 9 Jul 2026 22:43:27 +0200 Subject: [PATCH 1/2] fix(frontend): align what's-new items in a grid and trim the create-group note The per-item badge (Feature/Fix/Security) previously sat in a flex row, so titles started at different x-positions depending on badge width. Put the list in a two-column grid (auto badge column + 1fr content) so every title and description lines up. Also drop the trailing dry-run clause from the create-group changelog entry. Signed-off-by: FinkeFlo --- frontend/src/components/whats-new-modal.tsx | 10 +++++----- frontend/src/content/changelog.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/whats-new-modal.tsx b/frontend/src/components/whats-new-modal.tsx index b7e8c82..7b551c3 100644 --- a/frontend/src/components/whats-new-modal.tsx +++ b/frontend/src/components/whats-new-modal.tsx @@ -38,22 +38,22 @@ function EntryBlock({ {entry.date} {open && ( -